| 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..b69a353afdccee3136108fba99ba19fe57a0f452 100644
|
| --- a/content/browser/renderer_host/render_widget_host_view_mac.h
|
| +++ b/content/browser/renderer_host/render_widget_host_view_mac.h
|
| @@ -40,13 +40,12 @@
|
| #import "ui/base/cocoa/tool_tip_base_view.h"
|
| #include "ui/gfx/display_observer.h"
|
|
|
| -struct ViewHostMsg_TextInputState_Params;
|
| -
|
| namespace content {
|
| class RenderWidgetHostImpl;
|
| class RenderWidgetHostViewMac;
|
| class RenderWidgetHostViewMacEditCommandHelper;
|
| class WebContents;
|
| +struct TextInputState;
|
| }
|
|
|
| namespace ui {
|
| @@ -287,8 +286,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,
|
|
|