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

Unified Diff: content/renderer/render_widget.h

Issue 2285923002: Simplify handling of text input types in RenderWidget. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed the glitch. Created 4 years, 4 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/renderer/render_widget.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_widget.h
diff --git a/content/renderer/render_widget.h b/content/renderer/render_widget.h
index b3ed29f84d08a5098252a45351329f3da0a7d998..4dd35ba6cec5a6e94336417169116b7c7fb935e1 100644
--- a/content/renderer/render_widget.h
+++ b/content/renderer/render_widget.h
@@ -682,9 +682,6 @@ class CONTENT_EXPORT RenderWidget
// Stores information about the current text input.
blink::WebTextInputInfo text_input_info_;
- // Stores the current text input type of |webwidget_|.
- ui::TextInputType text_input_type_;
-
// Stores the current text input mode of |webwidget_|.
ui::TextInputMode text_input_mode_;
« no previous file with comments | « no previous file | content/renderer/render_widget.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698