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

Unified Diff: third_party/WebKit/Source/web/tests/VisualViewportTest.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/VisualViewportTest.cpp
diff --git a/third_party/WebKit/Source/web/tests/VisualViewportTest.cpp b/third_party/WebKit/Source/web/tests/VisualViewportTest.cpp
index b404b6da61d478de48b9b772c42ddbf12d2f65d6..70fdb9d20e141cdc9dd428b330f363f4a20825ff 100644
--- a/third_party/WebKit/Source/web/tests/VisualViewportTest.cpp
+++ b/third_party/WebKit/Source/web/tests/VisualViewportTest.cpp
@@ -159,9 +159,7 @@ class VisualViewportTest
}
WebViewBase* WebViewImpl() const { return helper_.WebView(); }
- LocalFrame* GetFrame() const {
- return helper_.WebView()->MainFrameImpl()->GetFrame();
- }
+ LocalFrame* GetFrame() const { return helper_.LocalMainFrame()->GetFrame(); }
static void ConfigureSettings(WebSettings* settings) {
settings->SetJavaScriptEnabled(true);

Powered by Google App Engine
This is Rietveld 408576698