Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(333)

Unified Diff: third_party/WebKit/Source/core/frame/FrameHost.cpp

Issue 2742673002: Remove FrameHost::globalRootScrollerController() (Closed)
Patch Set: Rebase Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/frame/FrameHost.cpp
diff --git a/third_party/WebKit/Source/core/frame/FrameHost.cpp b/third_party/WebKit/Source/core/frame/FrameHost.cpp
index f998cf116a6901cc8e2b3f8b36400de3f638d7ad..46029a6045a13085df79ac133c4ccc809c127800 100644
--- a/third_party/WebKit/Source/core/frame/FrameHost.cpp
+++ b/third_party/WebKit/Source/core/frame/FrameHost.cpp
@@ -86,11 +86,6 @@ const ConsoleMessageStorage& FrameHost::consoleMessageStorage() const {
return *m_consoleMessageStorage;
}
-TopDocumentRootScrollerController& FrameHost::globalRootScrollerController()
- const {
- return page().globalRootScrollerController();
-}
-
DEFINE_TRACE(FrameHost) {
visitor->trace(m_page);
visitor->trace(m_overscrollController);
« no previous file with comments | « third_party/WebKit/Source/core/frame/FrameHost.h ('k') | third_party/WebKit/Source/core/frame/FrameView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698