| Index: content/browser/browser_plugin/browser_plugin_guest.h
|
| diff --git a/content/browser/browser_plugin/browser_plugin_guest.h b/content/browser/browser_plugin/browser_plugin_guest.h
|
| index 7d513de4505295805b6c61293e61208899c7b492..868fcc8a35ab07c5920b2e70f48a9c25ceca03b3 100644
|
| --- a/content/browser/browser_plugin/browser_plugin_guest.h
|
| +++ b/content/browser/browser_plugin/browser_plugin_guest.h
|
| @@ -44,6 +44,7 @@ struct BrowserPluginHostMsg_Attach_Params;
|
| struct FrameHostMsg_CompositorFrameSwappedACK_Params;
|
| struct FrameHostMsg_ReclaimCompositorResources_Params;
|
| struct FrameMsg_CompositorFrameSwapped_Params;
|
| +struct ViewHostMsg_TextInputState_Params;
|
|
|
| #if defined(OS_MACOSX)
|
| struct FrameHostMsg_ShowPopup_Params;
|
| @@ -334,10 +335,8 @@ class CONTENT_EXPORT BrowserPluginGuest : public GuestHost,
|
| void OnUnlockMouseAck(int instance_id);
|
| void OnUpdateGeometry(int instance_id, const gfx::Rect& view_rect);
|
|
|
| - void OnTextInputTypeChanged(ui::TextInputType type,
|
| - ui::TextInputMode input_mode,
|
| - bool can_compose_inline,
|
| - int flags);
|
| + void OnTextInputStateChanged(
|
| + const ViewHostMsg_TextInputState_Params& params);
|
| void OnImeSetComposition(
|
| int instance_id,
|
| const std::string& text,
|
|
|