Index: content/browser/renderer_host/render_widget_host_impl.cc |
diff --git a/content/browser/renderer_host/render_widget_host_impl.cc b/content/browser/renderer_host/render_widget_host_impl.cc |
index cacb05f6a44fa78a6077276e870a80c65997070d..e774189026ac04795ee0070e1d3d3da7e73b621f 100644 |
--- a/content/browser/renderer_host/render_widget_host_impl.cc |
+++ b/content/browser/renderer_host/render_widget_host_impl.cc |
@@ -1730,7 +1730,7 @@ void RenderWidgetHostImpl::SetTouchEventEmulationEnabled( |
} |
void RenderWidgetHostImpl::OnTextInputStateChanged( |
- const ViewHostMsg_TextInputState_Params& params) { |
+ const TextInputState& params) { |
if (view_) |
view_->TextInputStateChanged(params); |
} |