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 fee3d897857eee9ff9f0232248771c14bf029342..65fa860df34c83ce8756c018e0a420fcf8e352fb 100644 |
--- a/content/browser/renderer_host/render_widget_host_impl.h |
+++ b/content/browser/renderer_host/render_widget_host_impl.h |
@@ -627,9 +627,9 @@ class CONTENT_EXPORT RenderWidgetHostImpl |
virtual void OnBlur(); |
void OnSetCursor(const WebCursor& cursor); |
void OnSetTouchEventEmulationEnabled(bool enabled, bool allow_pinch); |
- void OnTextInputTypeChanged(ui::TextInputType type, |
- ui::TextInputMode input_mode, |
- bool can_compose_inline); |
+ void OnTextInputStateChanged( |
+ const ViewHostMsg_TextInputState_Params& params); |
+ |
#if defined(OS_MACOSX) || defined(USE_AURA) |
void OnImeCompositionRangeChanged( |
const gfx::Range& range, |