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