| 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 1312e527a46e4a4d2390f63621efc2e7320c5b56..df309fe1d6ad8045e701a3dcb0540d1077f180f7 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"
|
| @@ -350,7 +351,7 @@ void RenderWidgetHostViewGuest::SetIsLoading(bool is_loading) {
|
| }
|
|
|
| void RenderWidgetHostViewGuest::TextInputStateChanged(
|
| - const ViewHostMsg_TextInputState_Params& params) {
|
| + const TextInputState& params) {
|
| if (!guest_)
|
| return;
|
|
|
|
|