| 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 688894938800120b7336fa0592a5cb64cb0b96df..e8f07ea998febbf0a7b39ddab9493ccb32e68021 100644
|
| --- a/third_party/WebKit/Source/web/WebFrameWidgetImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebFrameWidgetImpl.h
|
| @@ -116,6 +116,8 @@ class WebFrameWidgetImpl final
|
| void didLosePointerLock() override;
|
| bool getCompositionCharacterBounds(WebVector<WebRect>& bounds) override;
|
| void applyReplacementRange(const WebRange&) override;
|
| + WebInputMethodControllerImpl* getActiveWebInputMethodController()
|
| + const override;
|
|
|
| // WebFrameWidget implementation.
|
| WebLocalFrameImpl* localRoot() const override { return m_localRoot; }
|
| @@ -123,8 +125,6 @@ class WebFrameWidgetImpl final
|
| bool isTransparent() const override;
|
| void setIsTransparent(bool) override;
|
| void setBaseBackgroundColor(WebColor) override;
|
| - WebInputMethodControllerImpl* getActiveWebInputMethodController()
|
| - const override;
|
|
|
| Frame* focusedCoreFrame() const;
|
|
|
|
|