Returns the scrollable RenderObject at the given point, if there is one.
#include <WebView.h>
virtual WebCore::RenderObject* scrollableRenderObjectAtPoint(
BalPoint point,
int *info);
Return the scrollable object at the given point, if there is one.
A pointer to a RenderObject at the specified point.