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 baf1cc4c75a4ec24ab4afaa3c1617df86882f133..cca735c340e2383bede087d243cf9e6ba40d9e1a 100644 |
--- a/content/browser/renderer_host/render_widget_host_impl.cc |
+++ b/content/browser/renderer_host/render_widget_host_impl.cc |
@@ -56,6 +56,7 @@ |
#include "content/common/host_shared_bitmap_manager.h" |
#include "content/common/input_messages.h" |
#include "content/common/resize_params.h" |
+#include "content/common/text_input_state.h" |
#include "content/common/view_messages.h" |
#include "content/public/browser/native_web_keyboard_event.h" |
#include "content/public/browser/notification_service.h" |
@@ -1753,7 +1754,7 @@ void RenderWidgetHostImpl::SetTouchEventEmulationEnabled( |
} |
void RenderWidgetHostImpl::OnTextInputStateChanged( |
- const ViewHostMsg_TextInputState_Params& params) { |
+ const TextInputState& params) { |
if (view_) |
view_->TextInputStateChanged(params); |
} |