| Index: Source/core/page/scrolling/ScrollingCoordinator.h
|
| diff --git a/Source/core/page/scrolling/ScrollingCoordinator.h b/Source/core/page/scrolling/ScrollingCoordinator.h
|
| index 35971c065e4177ff20fb40ca8d6a16d13f2ee5a9..a4337e628de89a06977e6de2782c8ccbbfd493f9 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;
|
|
|