| Index: Source/core/page/scrolling/ScrollingCoordinator.h
|
| diff --git a/Source/core/page/scrolling/ScrollingCoordinator.h b/Source/core/page/scrolling/ScrollingCoordinator.h
|
| index 92b9fb95e503a52988bdf96e3b3108e879c395d5..256ef402c63c6735ed707336bf3c645a59712700 100644
|
| --- a/Source/core/page/scrolling/ScrollingCoordinator.h
|
| +++ b/Source/core/page/scrolling/ScrollingCoordinator.h
|
| @@ -124,9 +124,6 @@ protected:
|
|
|
| bool isForMainFrame(ScrollableArea*) const;
|
|
|
| - GraphicsLayer* scrollLayerForFrameView(FrameView*);
|
| - GraphicsLayer* counterScrollingLayerForFrameView(FrameView*);
|
| -
|
| Page* m_page;
|
|
|
| // Dirty flags used to idenfity what really needs to be computed after compositing is updated.
|
|
|