Index: Source/WebCore/page/scrolling/ScrollingCoordinator.h |
=================================================================== |
--- Source/WebCore/page/scrolling/ScrollingCoordinator.h (revision 139630) |
+++ Source/WebCore/page/scrolling/ScrollingCoordinator.h (working copy) |
@@ -160,10 +160,11 @@ |
static String mainThreadScrollingReasonsAsText(MainThreadScrollingReasons); |
String mainThreadScrollingReasonsAsText() const; |
+ Region computeNonFastScrollableRegion(const Frame*, const IntPoint& frameLocation) const; |
+ |
protected: |
explicit ScrollingCoordinator(Page*); |
- Region computeNonFastScrollableRegion(Frame*, const IntPoint& frameLocation); |
unsigned computeCurrentWheelEventHandlerCount(); |
GraphicsLayer* scrollLayerForFrameView(FrameView*); |