Index: content/browser/renderer_host/render_widget_host_impl.h |
diff --git a/content/browser/renderer_host/render_widget_host_impl.h b/content/browser/renderer_host/render_widget_host_impl.h |
index 22587170999e85af2fa3e58accea2c0488544959..9e766f61664ab5a2f2d3289d0d5079fcec02b2ee 100644 |
--- a/content/browser/renderer_host/render_widget_host_impl.h |
+++ b/content/browser/renderer_host/render_widget_host_impl.h |
@@ -591,10 +591,8 @@ class CONTENT_EXPORT RenderWidgetHostImpl |
virtual void OnFocus(); |
virtual void OnBlur(); |
void OnSetCursor(const WebCursor& cursor); |
- void OnTextInputTypeChanged(ui::TextInputType type, |
- ui::TextInputMode input_mode, |
- bool can_compose_inline, |
- int flags); |
+ void OnTextInputStateChanged( |
+ const ViewHostMsg_TextInputState_Params& params); |
void OnImeCompositionRangeChanged( |
const gfx::Range& range, |