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

Unified Diff: third_party/WebKit/Source/web/tests/RootScrollerTest.cpp

Issue 2763123003: Remove a bunch of unused frameHost() methods (Closed)
Patch Set: 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
« no previous file with comments | « third_party/WebKit/Source/core/testing/Internals.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/web/tests/RootScrollerTest.cpp
diff --git a/third_party/WebKit/Source/web/tests/RootScrollerTest.cpp b/third_party/WebKit/Source/web/tests/RootScrollerTest.cpp
index 461ec0692ba3d1a68bf0bcc8fb1b30438d94732e..09c549340a09765dbb10d352afcc04a38d15d5a9 100644
--- a/third_party/WebKit/Source/web/tests/RootScrollerTest.cpp
+++ b/third_party/WebKit/Source/web/tests/RootScrollerTest.cpp
@@ -5,7 +5,6 @@
#include "bindings/core/v8/NodeOrString.h"
#include "core/dom/ClientRect.h"
#include "core/frame/BrowserControls.h"
-#include "core/frame/FrameHost.h"
#include "core/frame/FrameView.h"
#include "core/frame/RootFrameViewport.h"
#include "core/frame/VisualViewport.h"
@@ -101,8 +100,6 @@ class RootScrollerTest : public ::testing::Test {
Page& page() const { return *m_helper.webView()->page(); }
- FrameHost& frameHost() const { return page().frameHost(); }
-
LocalFrame* mainFrame() const {
return webViewImpl()->mainFrameImpl()->frame();
}
« no previous file with comments | « third_party/WebKit/Source/core/testing/Internals.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698