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 bdc68cb3ea11ef8f08d48ed45ffcfaf47b507da5..18de872e8ce2fd597dd3b135b9592ed96977d020 100644 |
--- a/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h |
+++ b/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h |
@@ -126,7 +126,6 @@ protected: |
bool isForRootLayer(ScrollableArea*) const; |
bool isForMainFrame(ScrollableArea*) const; |
- bool isForViewport(ScrollableArea*) const; |
Member<Page> m_page; |