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

Unified Diff: third_party/WebKit/public/web/WebLocalFrame.h

Issue 2592953003: Revert of [refactor] - Move textInputInfo() and textInputType() from WebWidget to WebInputMethodController (Closed)
Patch Set: Created 4 years 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/public/web/WebInputMethodController.h ('k') | third_party/WebKit/public/web/WebView.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebLocalFrame.h
diff --git a/third_party/WebKit/public/web/WebLocalFrame.h b/third_party/WebKit/public/web/WebLocalFrame.h
index 45ae4563bf580b2c68e553250d320d005313d5cb..d0ea1220b29a82ae9b612382c20005102f4da124 100644
--- a/third_party/WebKit/public/web/WebLocalFrame.h
+++ b/third_party/WebKit/public/web/WebLocalFrame.h
@@ -26,7 +26,6 @@
class WebDoubleSize;
class WebFrameClient;
class WebFrameWidget;
-class WebInputMethodController;
class WebRange;
class WebScriptExecutionCallback;
enum class WebCachePolicy;
@@ -456,9 +455,6 @@
virtual base::SingleThreadTaskRunner* loadingTaskRunner() = 0;
virtual base::SingleThreadTaskRunner* unthrottledTaskRunner() = 0;
- // Returns the WebInputMethodController associated with this local frame.
- virtual WebInputMethodController* inputMethodController() const = 0;
-
protected:
explicit WebLocalFrame(WebTreeScopeType scope) : WebFrame(scope) {}
« no previous file with comments | « third_party/WebKit/public/web/WebInputMethodController.h ('k') | third_party/WebKit/public/web/WebView.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698