| 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 a8ac8a6843dd732fa4af0ba4a819bb8421760f9f..88a1a613cce870bdc7433ccd52d6440559c9777c 100644
|
| --- a/content/browser/renderer_host/render_widget_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_widget_host_impl.cc
|
| @@ -1726,7 +1726,7 @@ void RenderWidgetHostImpl::SetTouchEventEmulationEnabled(
|
| }
|
|
|
| void RenderWidgetHostImpl::OnTextInputStateChanged(
|
| - const TextInputState& params) {
|
| + const ViewHostMsg_TextInputState_Params& params) {
|
| if (view_)
|
| view_->TextInputStateChanged(params);
|
| }
|
|
|