| Index: sky/engine/core/page/scrolling/ScrollingCoordinator.h
|
| diff --git a/sky/engine/core/page/scrolling/ScrollingCoordinator.h b/sky/engine/core/page/scrolling/ScrollingCoordinator.h
|
| index c9ed1d0376331d59dfa481623ee55072399453ab..2ab98ce23914b60e4b498360fda698d2759ee228 100644
|
| --- a/sky/engine/core/page/scrolling/ScrollingCoordinator.h
|
| +++ b/sky/engine/core/page/scrolling/ScrollingCoordinator.h
|
| @@ -76,8 +76,6 @@ public:
|
| void updateScrollParentForGraphicsLayer(GraphicsLayer* child, RenderLayer* parent);
|
| void updateClipParentForGraphicsLayer(GraphicsLayer* child, RenderLayer* parent);
|
|
|
| - Region computeShouldHandleScrollGestureOnMainThreadRegion(const LocalFrame*, const IntPoint& frameLocation) const;
|
| -
|
| void updateTouchEventTargetRectsIfNeeded();
|
|
|
| // For testing purposes only. This ScrollingCoordinator is reused between layout test, and must be reset
|
|
|