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(); |