| Index: content/browser/frame_host/render_widget_host_view_guest.h
|
| diff --git a/content/browser/frame_host/render_widget_host_view_guest.h b/content/browser/frame_host/render_widget_host_view_guest.h
|
| index 0201580474d3e61888d64a2d7d6dfc1dd4a3b2bd..8ab05e925c03f9bbc1bfdac39a6e8f1dfcf1a1a0 100644
|
| --- a/content/browser/frame_host/render_widget_host_view_guest.h
|
| +++ b/content/browser/frame_host/render_widget_host_view_guest.h
|
| @@ -18,6 +18,8 @@
|
| #include "ui/gfx/geometry/vector2d_f.h"
|
| #include "ui/gfx/native_widget_types.h"
|
|
|
| +struct ViewHostMsg_TextInputState_Params;
|
| +
|
| namespace content {
|
| class BrowserPluginGuest;
|
| class RenderWidgetHost;
|
| @@ -72,10 +74,8 @@ class CONTENT_EXPORT RenderWidgetHostViewGuest
|
| void MovePluginWindows(const std::vector<WebPluginGeometry>& moves) override;
|
| void UpdateCursor(const WebCursor& cursor) override;
|
| void SetIsLoading(bool is_loading) override;
|
| - void TextInputTypeChanged(ui::TextInputType type,
|
| - ui::TextInputMode input_mode,
|
| - bool can_compose_inline,
|
| - int flags) override;
|
| + void TextInputStateChanged(
|
| + const ViewHostMsg_TextInputState_Params& params) override;
|
| void ImeCancelComposition() override;
|
| #if defined(OS_MACOSX) || defined(USE_AURA)
|
| void ImeCompositionRangeChanged(
|
|
|