diff options
Diffstat (limited to 'chrome/views/text_field.h')
-rw-r--r-- | chrome/views/text_field.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/views/text_field.h b/chrome/views/text_field.h index 6d75e3b..4fa876c 100644 --- a/chrome/views/text_field.h +++ b/chrome/views/text_field.h @@ -39,7 +39,8 @@ class TextField : public View { enum StyleFlags { STYLE_DEFAULT = 0, STYLE_PASSWORD = 1<<0, - STYLE_MULTILINE = 1<<1 + STYLE_MULTILINE = 1<<1, + STYLE_LOWERCASE = 1<<2 }; TextField::TextField() |