| Index: third_party/WebKit/public/web/WebLocalFrame.h
|
| diff --git a/third_party/WebKit/public/web/WebLocalFrame.h b/third_party/WebKit/public/web/WebLocalFrame.h
|
| index 12a08e860ef750725088d127d439aec735eedea6..2ef91f42fc8e29397ce51dcf027864b163c68ab1 100644
|
| --- a/third_party/WebKit/public/web/WebLocalFrame.h
|
| +++ b/third_party/WebKit/public/web/WebLocalFrame.h
|
| @@ -21,6 +21,7 @@ class WebDevToolsAgentClient;
|
| class WebDoubleSize;
|
| class WebFrameClient;
|
| class WebFrameWidget;
|
| +class WebInputMethodController;
|
| class WebRange;
|
| class WebScriptExecutionCallback;
|
| class WebSuspendableTask;
|
| @@ -447,6 +448,9 @@ class WebLocalFrame : public WebFrame {
|
| // This will be removed following the deprecation.
|
| virtual void usageCountChromeLoadTimes(const WebString& metric) = 0;
|
|
|
| + // Returns the WebInputMethodController associated with this local frame.
|
| + virtual WebInputMethodController* inputMethodController() const = 0;
|
| +
|
| protected:
|
| explicit WebLocalFrame(WebTreeScopeType scope) : WebFrame(scope) {}
|
|
|
|
|