Index: content/browser/frame_host/render_widget_host_view_guest.cc |
diff --git a/content/browser/frame_host/render_widget_host_view_guest.cc b/content/browser/frame_host/render_widget_host_view_guest.cc |
index 66ef61369b3a1f3093b8604118eecaeeb5508bd3..54d132279e6a429fecff0d4dab8e694751f31a2b 100644 |
--- a/content/browser/frame_host/render_widget_host_view_guest.cc |
+++ b/content/browser/frame_host/render_widget_host_view_guest.cc |
@@ -24,6 +24,7 @@ |
#include "content/common/frame_messages.h" |
#include "content/common/gpu/gpu_messages.h" |
#include "content/common/input/web_touch_event_traits.h" |
+#include "content/common/text_input_state.h" |
#include "content/common/view_messages.h" |
#include "content/common/webplugin_geometry.h" |
#include "content/public/common/content_switches.h" |
@@ -348,7 +349,7 @@ void RenderWidgetHostViewGuest::SetIsLoading(bool is_loading) { |
} |
void RenderWidgetHostViewGuest::TextInputStateChanged( |
- const ViewHostMsg_TextInputState_Params& params) { |
+ const TextInputState& params) { |
if (!guest_) |
return; |