| 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 67acd3d50b9a8e411e10b77f80f29a6a19acbdf2..f22392e6da47126bee504d6e41524660514d86af 100644
|
| --- a/content/browser/renderer_host/render_widget_host_view_mac.h
|
| +++ b/content/browser/renderer_host/render_widget_host_view_mac.h
|
| @@ -40,7 +40,7 @@
|
| #import "ui/base/cocoa/tool_tip_base_view.h"
|
| #include "ui/gfx/display_observer.h"
|
|
|
| -struct ViewHostMsg_TextInputState_Params;
|
| +struct TextInputState;
|
|
|
| namespace content {
|
| class RenderWidgetHostImpl;
|
| @@ -287,8 +287,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 TextInputStateChanged(const TextInputState& params) override;
|
| void ImeCancelComposition() override;
|
| void ImeCompositionRangeChanged(
|
| const gfx::Range& range,
|
|
|