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

Unified Diff: ui/views/examples/textfield_example.h

Issue 2406363003: Update appearance of invalid textfields in Harmony. (Closed)
Patch Set: combine install with setcolorid Created 4 years, 2 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 | « ui/views/controls/textfield/textfield.cc ('k') | ui/views/examples/textfield_example.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/examples/textfield_example.h
diff --git a/ui/views/examples/textfield_example.h b/ui/views/examples/textfield_example.h
index c40e37436250500f49dc8b4d60333ac09e7c753a..730797f9c66711de7e0345d82b29820269298ab7 100644
--- a/ui/views/examples/textfield_example.h
+++ b/ui/views/examples/textfield_example.h
@@ -46,6 +46,7 @@ class VIEWS_EXAMPLES_EXPORT TextfieldExample : public ExampleBase,
Textfield* password_;
Textfield* disabled_;
Textfield* read_only_;
+ Textfield* invalid_;
// Various buttons to control textfield.
LabelButton* show_password_;
« no previous file with comments | « ui/views/controls/textfield/textfield.cc ('k') | ui/views/examples/textfield_example.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698