Index: Source/core/page/scrolling/ScrollingCoordinator.h |
diff --git a/Source/core/page/scrolling/ScrollingCoordinator.h b/Source/core/page/scrolling/ScrollingCoordinator.h |
index 3acfe9ad89529c07c4b98fb55567c0e6c63b0e13..782e8c555217a5e2855db8aa066260eb258169b4 100644 |
--- a/Source/core/page/scrolling/ScrollingCoordinator.h |
+++ b/Source/core/page/scrolling/ScrollingCoordinator.h |
@@ -145,6 +145,7 @@ private: |
void updateShouldUpdateScrollLayerPositionOnMainThread(); |
static blink::WebLayer* scrollingWebLayerForScrollableArea(ScrollableArea*); |
+ static blink::WebLayer* containerWebLayerForScrollableArea(ScrollableArea*); |
bool touchHitTestingEnabled() const; |
void setShouldHandleScrollGestureOnMainThreadRegion(const Region&); |