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