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

Unified Diff: third_party/WebKit/Source/web/tests/ScrollingCoordinatorTest.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/ScrollingCoordinatorTest.cpp
diff --git a/third_party/WebKit/Source/web/tests/ScrollingCoordinatorTest.cpp b/third_party/WebKit/Source/web/tests/ScrollingCoordinatorTest.cpp
index 5ac808b105ada6d1fe459d0e3630d76a820f66c6..12c408a218d20c3d20381cf9a0aa6cca611345e1 100644
--- a/third_party/WebKit/Source/web/tests/ScrollingCoordinatorTest.cpp
+++ b/third_party/WebKit/Source/web/tests/ScrollingCoordinatorTest.cpp
@@ -111,9 +111,7 @@ class ScrollingCoordinatorTest : public ::testing::Test,
}
WebViewBase* GetWebView() const { return helper_.WebView(); }
- LocalFrame* GetFrame() const {
- return helper_.WebView()->MainFrameImpl()->GetFrame();
- }
+ LocalFrame* GetFrame() const { return helper_.LocalMainFrame()->GetFrame(); }
WebLayerTreeView* GetWebLayerTreeView() const {
return GetWebView()->LayerTreeView();
« no previous file with comments | « third_party/WebKit/Source/web/tests/ScreenWakeLockTest.cpp ('k') | third_party/WebKit/Source/web/tests/TextFinderTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698