Index: ui/native_theme/native_theme.h |
diff --git a/ui/native_theme/native_theme.h b/ui/native_theme/native_theme.h |
index ed3ed35f50526370dac5306cab0018a1202e06be..3ee74a2ce3eb8aaccd6e4d86a84e3d043da9ed83 100644 |
--- a/ui/native_theme/native_theme.h |
+++ b/ui/native_theme/native_theme.h |
@@ -243,6 +243,8 @@ class NATIVE_THEME_EXPORT NativeTheme { |
// Textfield |
kColorId_TextfieldDefaultColor, |
kColorId_TextfieldDefaultBackground, |
+ kColorId_TextfieldReadOnlyColor, |
+ kColorId_TextfieldReadOnlyBackground, |
kColorId_TextfieldSelectionColor, |
kColorId_TextfieldSelectionBackgroundFocused, |
kColorId_TextfieldSelectionBackgroundUnfocused, |
@@ -263,7 +265,7 @@ class NATIVE_THEME_EXPORT NativeTheme { |
protected: |
NativeTheme(); |
- virtual ~NativeTheme() {} |
+ virtual ~NativeTheme(); |
unsigned int thumb_inactive_color_; |
unsigned int thumb_active_color_; |