| 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 bb4879902a65715ad08f32e255f60c46791e5704..cbe48f74450d6ad611fcf161e5fddef0d08fc34d 100644
|
| --- a/content/browser/browser_plugin/browser_plugin_guest.h
|
| +++ b/content/browser/browser_plugin/browser_plugin_guest.h
|
| @@ -431,10 +431,8 @@ class CONTENT_EXPORT BrowserPluginGuest : public GuestHost,
|
| bool initialized_;
|
|
|
| // Text input type states.
|
| - ui::TextInputType last_text_input_type_;
|
| - ui::TextInputMode last_input_mode_;
|
| - int last_input_flags_;
|
| - bool last_can_compose_inline_;
|
| + // Using scoped_ptr to avoid including the header file: view_messages.h.
|
| + scoped_ptr<const ViewHostMsg_TextInputState_Params> last_text_input_state_;
|
|
|
| // The is the routing ID for a swapped out RenderView for the guest
|
| // WebContents in the embedder's process.
|
|
|