Index: Source/core/page/scrolling/ScrollingCoordinator.h |
diff --git a/Source/core/page/scrolling/ScrollingCoordinator.h b/Source/core/page/scrolling/ScrollingCoordinator.h |
index 925583bf4ee1157d9bd1b9828cda54672eb71a64..47fa9f189f66e9fe49d08a1a11c180a78de1c9a8 100644 |
--- a/Source/core/page/scrolling/ScrollingCoordinator.h |
+++ b/Source/core/page/scrolling/ScrollingCoordinator.h |
@@ -108,6 +108,7 @@ protected: |
static GraphicsLayer* scrollLayerForScrollableArea(ScrollableArea*); |
static GraphicsLayer* horizontalScrollbarLayerForScrollableArea(ScrollableArea*); |
static GraphicsLayer* verticalScrollbarLayerForScrollableArea(ScrollableArea*); |
+ bool isForMainFrame(ScrollableArea*) const; |
unsigned computeCurrentWheelEventHandlerCount(); |
GraphicsLayer* scrollLayerForFrameView(FrameView*); |