Index: Source/core/page/scrolling/ScrollingCoordinator.h |
diff --git a/Source/core/page/scrolling/ScrollingCoordinator.h b/Source/core/page/scrolling/ScrollingCoordinator.h |
index 175c97d20175081e45ff399163b4a06eb2bea074..a3c46708f542feeedcaf18d955958fcfdea70f66 100644 |
--- a/Source/core/page/scrolling/ScrollingCoordinator.h |
+++ b/Source/core/page/scrolling/ScrollingCoordinator.h |
@@ -99,6 +99,9 @@ public: |
void touchEventTargetRectsDidChange(const Document*); |
void willDestroyRenderLayer(RenderLayer*); |
+ void updateScrollParentForLayer(RenderLayer* child, RenderLayer* parent); |
+ void updateClipParentForLayer(RenderLayer* child, RenderLayer* parent); |
+ |
static String mainThreadScrollingReasonsAsText(MainThreadScrollingReasons); |
String mainThreadScrollingReasonsAsText() const; |
Region computeShouldHandleScrollGestureOnMainThreadRegion(const Frame*, const IntPoint& frameLocation) const; |