Index: Source/core/page/scrolling/ScrollingCoordinator.h |
diff --git a/Source/core/page/scrolling/ScrollingCoordinator.h b/Source/core/page/scrolling/ScrollingCoordinator.h |
index d94ea48dc6a76fbdfbee123d212d204d488cf970..0f08aabd335d0e39af94223cd0b760be728f902a 100644 |
--- a/Source/core/page/scrolling/ScrollingCoordinator.h |
+++ b/Source/core/page/scrolling/ScrollingCoordinator.h |
@@ -101,6 +101,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; |