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

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

Issue 1052343003: Update guest's InputMethodActive each time we see a TextInputTypeChanged. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@imactive-fix
Patch Set: Address comments Created 5 years, 8 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 0d3733a7c46a4a491ca0c6773b840ba7a4e68826..946d8d97a02fc5d71280f3740624e24bf8ba51c8 100644
--- a/content/browser/browser_plugin/browser_plugin_guest.h
+++ b/content/browser/browser_plugin/browser_plugin_guest.h
@@ -63,6 +63,7 @@ class BrowserPluginGuestManager;
class RenderViewHostImpl;
class RenderWidgetHost;
class RenderWidgetHostView;
+class RenderWidgetHostViewBase;
class SiteInstance;
struct DropData;
@@ -341,6 +342,8 @@ class CONTENT_EXPORT BrowserPluginGuest : public GuestHost,
// Forwards all messages from the |pending_messages_| queue to the embedder.
void SendQueuedMessages();
+ void SendTextInputTypeChangedToView(RenderWidgetHostViewBase* guest_rwhv);
+
// The last tooltip that was set with SetTooltipText().
base::string16 current_tooltip_text_;
« 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