| Index: content/browser/renderer_host/render_widget_host_view_aura.h
|
| diff --git a/content/browser/renderer_host/render_widget_host_view_aura.h b/content/browser/renderer_host/render_widget_host_view_aura.h
|
| index 65b18e05f84b8a3bda560f346317a5e54778fd60..1e430e9e53ae26fd10e2e964533004b2c0d02bb4 100644
|
| --- a/content/browser/renderer_host/render_widget_host_view_aura.h
|
| +++ b/content/browser/renderer_host/render_widget_host_view_aura.h
|
| @@ -43,7 +43,7 @@
|
| #include "ui/gfx/geometry/rect.h"
|
| #include "ui/wm/public/activation_delegate.h"
|
|
|
| -struct ViewHostMsg_TextInputState_Params;
|
| +struct TextInputState;
|
|
|
| namespace aura {
|
| class WindowTracker;
|
| @@ -136,8 +136,7 @@ class CONTENT_EXPORT RenderWidgetHostViewAura
|
| 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,
|
|
|