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

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

Issue 2608293002: [reland, refactor] - Move textInputInfo() and textInputType() from WebWidget to WebInputMethodContr… (Closed)
Patch Set: Addressing wjmaclean@'s comments Created 3 years, 11 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/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 b604c2022bb2e09806530d245f133e1f74c95137..6feb12f0b37ad0d1ba7c9d680867f6e2fff9ddbb 100644
--- a/third_party/WebKit/public/web/WebLocalFrame.h
+++ b/third_party/WebKit/public/web/WebLocalFrame.h
@@ -26,6 +26,7 @@ class WebDevToolsAgentClient;
class WebDoubleSize;
class WebFrameClient;
class WebFrameWidget;
+class WebInputMethodController;
class WebRange;
class WebScriptExecutionCallback;
enum class WebCachePolicy;
@@ -459,6 +460,9 @@ class WebLocalFrame : public WebFrame {
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