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

Unified Diff: third_party/WebKit/Source/web/tests/TextFinderTest.cpp

Issue 2896563002: Update WebLocalFrameImpl with WebLocalFrameBase to break dependencies. (Closed)
Patch Set: Rebase Created 3 years, 7 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 986caa059715f012a1e67ec6aae78ea41040e577..db418facaebee2620b951c1f138e67739ca0517a 100644
--- a/third_party/WebKit/Source/web/tests/TextFinderTest.cpp
+++ b/third_party/WebKit/Source/web/tests/TextFinderTest.cpp
@@ -12,6 +12,7 @@
#include "core/editing/FindInPageCoordinates.h"
#include "core/frame/FrameView.h"
#include "core/frame/VisualViewport.h"
+#include "core/frame/WebLocalFrameBase.h"
#include "core/html/HTMLElement.h"
#include "core/layout/TextAutosizer.h"
#include "core/page/Page.h"
@@ -20,7 +21,6 @@
#include "public/platform/Platform.h"
#include "public/web/WebDocument.h"
#include "testing/gtest/include/gtest/gtest.h"
-#include "web/WebLocalFrameImpl.h"
#include "web/tests/FrameTestHelpers.h"
using blink::testing::RunPendingTasks;
@@ -31,7 +31,7 @@ class TextFinderTest : public ::testing::Test {
protected:
TextFinderTest() {
web_view_helper_.Initialize();
- WebLocalFrameImpl& frame_impl =
+ WebLocalFrameBase& frame_impl =
*web_view_helper_.WebView()->MainFrameImpl();
frame_impl.ViewImpl()->Resize(WebSize(640, 480));
frame_impl.ViewImpl()->UpdateAllLifecyclePhases();
« no previous file with comments | « third_party/WebKit/Source/web/tests/RootScrollerTest.cpp ('k') | third_party/WebKit/Source/web/tests/VisualViewportTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698