Index: third_party/WebKit/Source/core/page/Page.cpp |
diff --git a/third_party/WebKit/Source/core/page/Page.cpp b/third_party/WebKit/Source/core/page/Page.cpp |
index 3deb73520d8c8eaeb646ddc965fb56ea8a9a3930..6a9bc39a827411053c876948fab0292e2d60bbff 100644 |
--- a/third_party/WebKit/Source/core/page/Page.cpp |
+++ b/third_party/WebKit/Source/core/page/Page.cpp |
@@ -164,13 +164,6 @@ ScrollingCoordinator* Page::scrollingCoordinator() { |
return m_scrollingCoordinator.get(); |
} |
-String Page::mainThreadScrollingReasonsAsText() { |
- if (ScrollingCoordinator* scrollingCoordinator = this->scrollingCoordinator()) |
- return scrollingCoordinator->mainThreadScrollingReasonsAsText(); |
- |
- return String(); |
-} |
- |
ClientRectList* Page::nonFastScrollableRects(const LocalFrame* frame) { |
if (ScrollingCoordinator* scrollingCoordinator = |
this->scrollingCoordinator()) { |