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

Unified Diff: third_party/WebKit/Source/web/tests/TextFinderTest.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/TextFinderTest.cpp
diff --git a/third_party/WebKit/Source/web/tests/TextFinderTest.cpp b/third_party/WebKit/Source/web/tests/TextFinderTest.cpp
index 995bde664789151494319282e9dfdbefc048e4af..358b640cf97ac14abb1aca1a15ec8e97e259e7a4 100644
--- a/third_party/WebKit/Source/web/tests/TextFinderTest.cpp
+++ b/third_party/WebKit/Source/web/tests/TextFinderTest.cpp
@@ -31,8 +31,7 @@ class TextFinderTest : public ::testing::Test {
protected:
TextFinderTest() {
web_view_helper_.Initialize();
- WebLocalFrameBase& frame_impl =
- *web_view_helper_.WebView()->MainFrameImpl();
+ WebLocalFrameBase& frame_impl = *web_view_helper_.LocalMainFrame();
frame_impl.ViewImpl()->Resize(WebSize(640, 480));
frame_impl.ViewImpl()->UpdateAllLifecyclePhases();
document_ = static_cast<Document*>(frame_impl.GetDocument());
« no previous file with comments | « third_party/WebKit/Source/web/tests/ScrollingCoordinatorTest.cpp ('k') | third_party/WebKit/Source/web/tests/ViewportTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698