Index: third_party/WebKit/Source/core/page/Page.h |
diff --git a/third_party/WebKit/Source/core/page/Page.h b/third_party/WebKit/Source/core/page/Page.h |
index 69e603bfc81921b7e1cc668dbaa8ee6dc62ee935..fe469260b209b2c63d82088bb53932bb7ff85b63 100644 |
--- a/third_party/WebKit/Source/core/page/Page.h |
+++ b/third_party/WebKit/Source/core/page/Page.h |
@@ -171,7 +171,6 @@ class CORE_EXPORT Page final : public GarbageCollectedFinalized<Page>, |
ScrollingCoordinator* scrollingCoordinator(); |
- String mainThreadScrollingReasonsAsText(); |
ClientRectList* nonFastScrollableRects(const LocalFrame*); |
Settings& settings() const { return *m_settings; } |