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

Unified Diff: third_party/WebKit/Source/web/EditorClientImpl.cpp

Issue 2848513002: Introduce the abstract class WebViewBase, to decouple WebViewImpl. (Closed)
Patch Set: Fix typo. Created 3 years, 8 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
« no previous file with comments | « third_party/WebKit/Source/web/EditorClientImpl.h ('k') | third_party/WebKit/Source/web/ExternalPopupMenu.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/web/EditorClientImpl.cpp
diff --git a/third_party/WebKit/Source/web/EditorClientImpl.cpp b/third_party/WebKit/Source/web/EditorClientImpl.cpp
index 411bd1a130231e3209dc1dde23806fbca113c401..79ab7993dd676100d405f287ab384e25a0cac6e1 100644
--- a/third_party/WebKit/Source/web/EditorClientImpl.cpp
+++ b/third_party/WebKit/Source/web/EditorClientImpl.cpp
@@ -27,15 +27,15 @@
#include "web/EditorClientImpl.h"
#include "core/editing/SelectionType.h"
+#include "core/exported/WebViewBase.h"
#include "core/frame/ContentSettingsClient.h"
#include "public/web/WebFrameClient.h"
#include "public/web/WebViewClient.h"
#include "web/WebLocalFrameImpl.h"
-#include "web/WebViewImpl.h"
namespace blink {
-EditorClientImpl::EditorClientImpl(WebViewImpl* webview) : web_view_(webview) {}
+EditorClientImpl::EditorClientImpl(WebViewBase* webview) : web_view_(webview) {}
EditorClientImpl::~EditorClientImpl() {}
« no previous file with comments | « third_party/WebKit/Source/web/EditorClientImpl.h ('k') | third_party/WebKit/Source/web/ExternalPopupMenu.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698