Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(101)

Unified Diff: content/browser/browser_plugin/browser_plugin_guest.h

Issue 1332753002: BrowserPluginGuest should carry the correct text input states when notifying the text input type cha (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/browser/browser_plugin/browser_plugin_guest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | content/browser/browser_plugin/browser_plugin_guest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698