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

Unified Diff: third_party/WebKit/Source/web/WebViewImpl.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
« no previous file with comments | « third_party/WebKit/Source/web/WebViewFrameWidget.cpp ('k') | third_party/WebKit/Source/web/WebViewImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 116282d77adead0d14baf59e5ca6b5691e41c245..b3cfc49308b4af5fb049e12b7a0d01152c33b6c1 100644
--- a/third_party/WebKit/Source/web/WebViewImpl.h
+++ b/third_party/WebKit/Source/web/WebViewImpl.h
@@ -85,7 +85,7 @@ class UserGestureToken;
class WebActiveGestureAnimation;
class WebDevToolsAgentImpl;
class WebElement;
-class WebInputMethodControllerImpl;
+class WebInputMethodController;
class WebLayerTreeView;
class WebLocalFrame;
class WebLocalFrameBase;
@@ -504,7 +504,7 @@ class WEB_EXPORT WebViewImpl final
// corresponding to the focused frame. It will return nullptr if there is no
// focused frame, or if the there is one but it belongs to a different local
// root.
- WebInputMethodControllerImpl* GetActiveWebInputMethodController() const;
+ WebInputMethodController* GetActiveWebInputMethodController() const;
void SetLastHiddenPagePopup(WebPagePopupImpl* page_popup) override {
last_hidden_page_popup_ = page_popup;
« no previous file with comments | « third_party/WebKit/Source/web/WebViewFrameWidget.cpp ('k') | third_party/WebKit/Source/web/WebViewImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698