| Index: content/browser/frame_host/render_widget_host_view_child_frame.h
|
| diff --git a/content/browser/frame_host/render_widget_host_view_child_frame.h b/content/browser/frame_host/render_widget_host_view_child_frame.h
|
| index 7f0ac88516bca145aaab3713ea16a7160ef5f02f..e288248aa45a248369e669ca377cba1ca0bf9187 100644
|
| --- a/content/browser/frame_host/render_widget_host_view_child_frame.h
|
| +++ b/content/browser/frame_host/render_widget_host_view_child_frame.h
|
| @@ -11,6 +11,8 @@
|
| #include "ui/gfx/native_widget_types.h"
|
| #include "ui/gfx/rect.h"
|
|
|
| +struct ViewHostMsg_TextInputState_Params;
|
| +
|
| namespace content {
|
| class CrossProcessFrameConnector;
|
| class RenderWidgetHost;
|
| @@ -65,9 +67,8 @@ class CONTENT_EXPORT RenderWidgetHostViewChildFrame
|
| virtual void Blur() OVERRIDE;
|
| virtual void UpdateCursor(const WebCursor& cursor) OVERRIDE;
|
| virtual void SetIsLoading(bool is_loading) OVERRIDE;
|
| - virtual void TextInputTypeChanged(ui::TextInputType type,
|
| - ui::TextInputMode input_mode,
|
| - bool can_compose_inline) OVERRIDE;
|
| + virtual void TextInputStateChanged(
|
| + const ViewHostMsg_TextInputState_Params& params) OVERRIDE;
|
| virtual void ImeCancelComposition() OVERRIDE;
|
| #if defined(OS_MACOSX) || defined(USE_AURA)
|
| virtual void ImeCompositionRangeChanged(
|
|
|