Index: Source/core/frame/FrameView.cpp |
diff --git a/Source/core/frame/FrameView.cpp b/Source/core/frame/FrameView.cpp |
index 9f0139ae686925e05f3f50a5dd6385df5c1efd48..67a44ea7569a54490a7d2a1c5e0c34ab9663fd29 100644 |
--- a/Source/core/frame/FrameView.cpp |
+++ b/Source/core/frame/FrameView.cpp |
@@ -676,13 +676,6 @@ |
return false; |
} |
-GraphicsLayer* FrameView::layerForScrollbarContainer() const |
-{ |
- if (m_frame->isMainFrame()) |
- return page()->frameHost().visualViewport().layerForScrollbarContainer(); |
- return layerForContainer(); |
-} |
- |
GraphicsLayer* FrameView::layerForScrolling() const |
{ |
LayoutView* layoutView = this->layoutView(); |