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

Unified Diff: third_party/WebKit/Source/web/WebViewImpl.h

Issue 2870773003: Move EditorClientImpl.cpp out of web/ to core/page/EditorClient.cpp (Closed)
Patch Set: 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/WebViewImpl.h
diff --git a/third_party/WebKit/Source/web/WebViewImpl.h b/third_party/WebKit/Source/web/WebViewImpl.h
index 5718d39d8faf2c5858411f133b6b3e8aebd44b43..b900020deb1a1bfd5ae0d021fc17eecee6115096 100644
--- a/third_party/WebKit/Source/web/WebViewImpl.h
+++ b/third_party/WebKit/Source/web/WebViewImpl.h
@@ -35,6 +35,7 @@
#include "core/exported/WebViewBase.h"
#include "core/frame/ResizeViewportAnchor.h"
#include "core/page/ContextMenuProvider.h"
+#include "core/page/EditorClient.h"
#include "core/page/EventWithHitTestResults.h"
#include "platform/animation/CompositorAnimationTimeline.h"
#include "platform/geometry/IntPoint.h"
@@ -61,7 +62,6 @@
#include "public/web/WebPageImportanceSignals.h"
#include "web/ChromeClientImpl.h"
#include "web/ContextMenuClientImpl.h"
-#include "web/EditorClientImpl.h"
#include "web/MediaKeysClientImpl.h"
#include "web/PageWidgetDelegate.h"
#include "web/SpellCheckerClientImpl.h"
@@ -608,7 +608,7 @@ class WEB_EXPORT WebViewImpl final
Persistent<ChromeClientImpl> chrome_client_impl_;
ContextMenuClientImpl context_menu_client_impl_;
- EditorClientImpl editor_client_impl_;
+ EditorClient editor_client_;
SpellCheckerClientImpl spell_checker_client_impl_;
StorageClientImpl storage_client_impl_;

Powered by Google App Engine
This is Rietveld 408576698