| 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_;
|
|
|
|
|