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

Unified Diff: third_party/WebKit/Source/web/WebFrameWidgetImpl.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/WebFrameWidgetImpl.h
diff --git a/third_party/WebKit/Source/web/WebFrameWidgetImpl.h b/third_party/WebKit/Source/web/WebFrameWidgetImpl.h
index 6aa082b31d28d7a7c5341c55f8e7ec2335714e17..a5de47179f3c34ec14b800632d8f415406996523 100644
--- a/third_party/WebKit/Source/web/WebFrameWidgetImpl.h
+++ b/third_party/WebKit/Source/web/WebFrameWidgetImpl.h
@@ -52,6 +52,7 @@ class Page;
class PaintLayerCompositor;
class UserGestureToken;
class CompositorAnimationTimeline;
+class WebInputMethodControllerImpl;
class WebLayer;
class WebLayerTreeView;
class WebMouseEvent;
@@ -124,6 +125,7 @@ public:
bool isTransparent() const override;
void setIsTransparent(bool) override;
void setBaseBackgroundColor(WebColor) override;
+ WebInputMethodControllerImpl* getActiveWebInputMethodController() const;
Frame* focusedCoreFrame() const;

Powered by Google App Engine
This is Rietveld 408576698