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

Unified Diff: third_party/WebKit/Source/web/tests/CompositorWorkerTest.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/CompositorWorkerTest.cpp
diff --git a/third_party/WebKit/Source/web/tests/CompositorWorkerTest.cpp b/third_party/WebKit/Source/web/tests/CompositorWorkerTest.cpp
index d60d92f8438ab1abd0e6d586c31c2928c27b29df..83e6040ceae71a22e22239a99d68c0d911d731ac 100644
--- a/third_party/WebKit/Source/web/tests/CompositorWorkerTest.cpp
+++ b/third_party/WebKit/Source/web/tests/CompositorWorkerTest.cpp
@@ -91,9 +91,7 @@ class CompositorWorkerTest
}
WebViewBase* GetWebView() const { return helper_.WebView(); }
- LocalFrame* GetFrame() const {
- return helper_.WebView()->MainFrameImpl()->GetFrame();
- }
+ LocalFrame* GetFrame() const { return helper_.LocalMainFrame()->GetFrame(); }
protected:
String base_url_;

Powered by Google App Engine
This is Rietveld 408576698