| Index: third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.h b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| index 74fe9a0b5805022855a2bf9c20e6fbacb27f455e..ae5fca1b683b06c586a1321143c898c9fd532171 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| @@ -42,6 +42,7 @@
|
| #include "web/WebExport.h"
|
| #include "web/WebFrameImplBase.h"
|
| #include "web/WebFrameWidgetBase.h"
|
| +#include "web/WebInputMethodControllerImpl.h"
|
| #include "wtf/Compiler.h"
|
| #include "wtf/text/WTFString.h"
|
| #include <memory>
|
| @@ -298,6 +299,7 @@ class WEB_EXPORT WebLocalFrameImpl final
|
| void saveImageAt(const WebPoint&) override;
|
| void clearActiveFindMatch() override;
|
| void usageCountChromeLoadTimes(const WebString& metric) override;
|
| + WebInputMethodControllerImpl* inputMethodController() const override;
|
|
|
| // WebFrameImplBase methods:
|
| void initializeCoreFrame(FrameHost*,
|
| @@ -403,7 +405,6 @@ class WEB_EXPORT WebLocalFrameImpl final
|
| void setContextMenuNode(Node* node) { m_contextMenuNode = node; }
|
| void clearContextMenuNode() { m_contextMenuNode.clear(); }
|
|
|
| - WebInputMethodControllerImpl* inputMethodController() const;
|
|
|
| DECLARE_TRACE();
|
|
|
|
|