| Index: content/browser/renderer_host/render_widget_host_view_mac.h
|
| diff --git a/content/browser/renderer_host/render_widget_host_view_mac.h b/content/browser/renderer_host/render_widget_host_view_mac.h
|
| index dd3f440a88740752da4e4bb511abdd301f9a725c..a685780db268959a57fcbddd020c2d52a2c4506a 100644
|
| --- a/content/browser/renderer_host/render_widget_host_view_mac.h
|
| +++ b/content/browser/renderer_host/render_widget_host_view_mac.h
|
| @@ -301,8 +301,7 @@ class CONTENT_EXPORT RenderWidgetHostViewMac
|
| void Focus() override;
|
| void UpdateCursor(const WebCursor& cursor) override;
|
| void SetIsLoading(bool is_loading) override;
|
| - void TextInputStateChanged(
|
| - const ViewHostMsg_TextInputState_Params& params) override;
|
| + void NotifyTextInputStateChanged() override;
|
| void ImeCancelComposition() override;
|
| void ImeCompositionRangeChanged(
|
| const gfx::Range& range,
|
|
|