| Index: third_party/WebKit/Source/web/WebViewImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebViewImpl.h b/third_party/WebKit/Source/web/WebViewImpl.h
|
| index 591da9f4054516f7a2869cd94890a4ed55c22e2d..cb08dc2b1f481b47f9f3bb4dc6b10c4b82d6e7c3 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.h
|
| @@ -85,7 +85,7 @@ class UserGestureToken;
|
| class WebActiveGestureAnimation;
|
| class WebDevToolsAgentImpl;
|
| class WebElement;
|
| -class WebInputMethodControllerImpl;
|
| +class WebInputMethodController;
|
| class WebLayerTreeView;
|
| class WebLocalFrame;
|
| class WebLocalFrameBase;
|
| @@ -504,7 +504,7 @@ class WEB_EXPORT WebViewImpl final
|
| // corresponding to the focused frame. It will return nullptr if there is no
|
| // focused frame, or if the there is one but it belongs to a different local
|
| // root.
|
| - WebInputMethodControllerImpl* GetActiveWebInputMethodController() const;
|
| + WebInputMethodController* GetActiveWebInputMethodController() const;
|
|
|
| void SetLastHiddenPagePopup(WebPagePopupImpl* page_popup) override {
|
| last_hidden_page_popup_ = page_popup;
|
|
|