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; |