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

Unified Diff: third_party/WebKit/Source/web/WebViewFrameWidget.h

Issue 2333813002: Introduce WebInputMethodController to blink (Closed)
Patch Set: Removed an unsued enum form WebInputMethodController Created 4 years, 3 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/web/WebViewFrameWidget.h
diff --git a/third_party/WebKit/Source/web/WebViewFrameWidget.h b/third_party/WebKit/Source/web/WebViewFrameWidget.h
index 9ef1278630d4b8c6ff393665b38b9de5886ce069..7a03e87a734021a2ee919e63571aee7a48f0761b 100644
--- a/third_party/WebKit/Source/web/WebViewFrameWidget.h
+++ b/third_party/WebKit/Source/web/WebViewFrameWidget.h
@@ -13,6 +13,7 @@
namespace blink {
+class WebInputMethodControllerImpl;
class WebViewImpl;
class WebWidgetClient;
@@ -94,6 +95,7 @@ public:
void setIsTransparent(bool) override;
void setBaseBackgroundColor(WebColor) override;
WebLocalFrameImpl* localRoot() override;
+ WebInputMethodControllerImpl* getActiveWebInputMethodController() const;
// WebFrameWidgetBase overrides:
bool forSubframe() const override { return false; }

Powered by Google App Engine
This is Rietveld 408576698