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

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

Issue 2945093002: Use WebViewHelper::LocalMainFrame where possible. (Closed)
Patch Set: Rebasing... Created 3 years, 6 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/web/tests/BrowserControlsTest.cpp
diff --git a/third_party/WebKit/Source/web/tests/BrowserControlsTest.cpp b/third_party/WebKit/Source/web/tests/BrowserControlsTest.cpp
index 1c597485c84e12d70f071fb94b3416352206b18e..ac1132f8403dc91b9f2533160d6e7a876c83992b 100644
--- a/third_party/WebKit/Source/web/tests/BrowserControlsTest.cpp
+++ b/third_party/WebKit/Source/web/tests/BrowserControlsTest.cpp
@@ -127,9 +127,7 @@ class BrowserControlsTest : public ::testing::Test {
}
WebViewBase* GetWebView() const { return helper_.WebView(); }
- LocalFrame* GetFrame() const {
- return helper_.WebView()->MainFrameImpl()->GetFrame();
- }
+ LocalFrame* GetFrame() const { return helper_.LocalMainFrame()->GetFrame(); }
VisualViewport& GetVisualViewport() const {
return helper_.WebView()->GetPage()->GetVisualViewport();
}

Powered by Google App Engine
This is Rietveld 408576698