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

Unified Diff: third_party/WebKit/Source/web/tests/LinkSelectionTest.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/LinkSelectionTest.cpp
diff --git a/third_party/WebKit/Source/web/tests/LinkSelectionTest.cpp b/third_party/WebKit/Source/web/tests/LinkSelectionTest.cpp
index 3dd58800a2155e3500b88b48cfc88135b06c1bde..75676bd29e3a850f8617847f45b87fe6f5c9709c 100644
--- a/third_party/WebKit/Source/web/tests/LinkSelectionTest.cpp
+++ b/third_party/WebKit/Source/web/tests/LinkSelectionTest.cpp
@@ -4,6 +4,7 @@
#include "core/dom/Range.h"
#include "core/frame/FrameView.h"
+#include "core/frame/WebLocalFrameBase.h"
#include "core/input/EventHandler.h"
#include "core/page/ChromeClient.h"
#include "core/page/ContextMenuController.h"
@@ -16,7 +17,6 @@
#include "public/web/WebSettings.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
-#include "web/WebLocalFrameImpl.h"
#include "web/tests/FrameTestHelpers.h"
using ::testing::_;
@@ -51,7 +51,7 @@ class LinkSelectionTestBase : public ::testing::Test {
FrameTestHelpers::WebViewHelper helper_;
WebViewBase* web_view_ = nullptr;
- Persistent<WebLocalFrameImpl> main_frame_ = nullptr;
+ Persistent<WebLocalFrameBase> main_frame_ = nullptr;
};
void LinkSelectionTestBase::EmulateMouseDrag(const IntPoint& down_point,
« no previous file with comments | « third_party/WebKit/Source/web/tests/FrameTestHelpers.cpp ('k') | third_party/WebKit/Source/web/tests/RootScrollerTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698