| Index: Source/core/page/scrolling/ScrollingCoordinator.h
|
| diff --git a/Source/core/page/scrolling/ScrollingCoordinator.h b/Source/core/page/scrolling/ScrollingCoordinator.h
|
| index acb13c67a58f2fbf4e8e78f4c10e9a3c906c54f4..70c47f13813dfd0c833cf6ecdba7e296725fb789 100644
|
| --- a/Source/core/page/scrolling/ScrollingCoordinator.h
|
| +++ b/Source/core/page/scrolling/ScrollingCoordinator.h
|
| @@ -98,6 +98,9 @@ public:
|
| void updateLayerPositionConstraint(RenderLayer*);
|
| void touchEventTargetRectsDidChange(const Document*);
|
|
|
| + 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;
|
|
|