| Index: Source/core/page/scrolling/ScrollingCoordinator.cpp
|
| diff --git a/Source/core/page/scrolling/ScrollingCoordinator.cpp b/Source/core/page/scrolling/ScrollingCoordinator.cpp
|
| index 8cde1e9869c73606b91e6b93a423e98add2416ee..da32206370cd66083ebd7d08b24044a58d602486 100644
|
| --- a/Source/core/page/scrolling/ScrollingCoordinator.cpp
|
| +++ b/Source/core/page/scrolling/ScrollingCoordinator.cpp
|
| @@ -866,19 +866,6 @@ bool ScrollingCoordinator::isForMainFrame(ScrollableArea* scrollableArea) const
|
| return scrollableArea == m_page->mainFrame()->view();
|
| }
|
|
|
| -GraphicsLayer* ScrollingCoordinator::scrollLayerForFrameView(FrameView* frameView)
|
| -{
|
| - RenderView* renderView = frameView->frame().contentRenderer();
|
| - if (!renderView)
|
| - return 0;
|
| - return renderView->compositor()->scrollLayer();
|
| -}
|
| -
|
| -GraphicsLayer* ScrollingCoordinator::counterScrollingLayerForFrameView(FrameView*)
|
| -{
|
| - return 0;
|
| -}
|
| -
|
| void ScrollingCoordinator::frameViewRootLayerDidChange(FrameView* frameView)
|
| {
|
| ASSERT(isMainThread());
|
|
|