| Index: third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h
|
| diff --git a/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h b/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h
|
| index f9d5dd4a421879ae4de3ef9f5066695b76b7e177..bdc68cb3ea11ef8f08d48ed45ffcfaf47b507da5 100644
|
| --- a/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h
|
| +++ b/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h
|
| @@ -110,7 +110,6 @@ public:
|
| void updateScrollParentForGraphicsLayer(GraphicsLayer* child, const PaintLayer* parent);
|
| void updateClipParentForGraphicsLayer(GraphicsLayer* child, const PaintLayer* parent);
|
|
|
| - static String mainThreadScrollingReasonsAsText(MainThreadScrollingReasons);
|
| String mainThreadScrollingReasonsAsText() const;
|
| Region computeShouldHandleScrollGestureOnMainThreadRegion(const LocalFrame*, const IntPoint& frameLocation) const;
|
|
|
|
|