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

Unified Diff: third_party/WebKit/Source/core/exported/WebViewBase.h

Issue 2892393002: Move WebInputMethodControllerImpl to core/exported/ & 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/core/exported/WebViewBase.h
diff --git a/third_party/WebKit/Source/core/exported/WebViewBase.h b/third_party/WebKit/Source/core/exported/WebViewBase.h
index ed4582968a2cca1024b2f1623fbf0256b3b71325..2f9129c153f03885b8c5c5040672fd8b2f9b09c9 100644
--- a/third_party/WebKit/Source/core/exported/WebViewBase.h
+++ b/third_party/WebKit/Source/core/exported/WebViewBase.h
@@ -33,7 +33,7 @@ class PagePopup;
class PagePopupClient;
class PageScaleConstraintsSet;
class WebInputEvent;
-class WebInputMethodControllerImpl;
+class WebInputMethodController;
class WebKeyboardEvent;
class WebLayer;
class WebLocalFrameBase;
@@ -171,7 +171,7 @@ class WebViewBase : public WebView, public RefCounted<WebViewBase> {
// corresponding to the focused frame. It will return nullptr if there is no
// focused frame, or if there is one but it belongs to a different local
// root.
- virtual WebInputMethodControllerImpl* GetActiveWebInputMethodController()
+ virtual WebInputMethodController* GetActiveWebInputMethodController()
const = 0;
virtual void ScheduleAnimationForWidget() = 0;
virtual CompositorWorkerProxyClient* CreateCompositorWorkerProxyClient() = 0;
« no previous file with comments | « third_party/WebKit/Source/core/exported/WebInputMethodControllerImpl.cpp ('k') | third_party/WebKit/Source/web/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698