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

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

Issue 1880223002: Add the missing text input state tracking code to RenderWidgetHostViewMac. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2704
Patch Set: Created 4 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/renderer_host/render_widget_host_view_mac.mm » ('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 9158709ff86c3c1999fc2787b52032d64896ce94..696a6a5c4f05a49b1ff27150814f919698b8563e 100644
--- a/content/browser/browser_plugin/browser_plugin_guest.h
+++ b/content/browser/browser_plugin/browser_plugin_guest.h
@@ -425,6 +425,8 @@ class CONTENT_EXPORT BrowserPluginGuest : public GuestHost,
// Text input type states.
// Using scoped_ptr to avoid including the header file: view_messages.h.
+ // TODO(ekaramad): The text input state tracking is now done by the
+ // WebContentsImpl. We should remove this variable (crbug.com/602427).
scoped_ptr<const TextInputState> last_text_input_state_;
// The is the routing ID for a swapped out RenderView for the guest
« no previous file with comments | « no previous file | content/browser/renderer_host/render_widget_host_view_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698