| Index: ui/gfx/native_theme.h
|
| diff --git a/ui/gfx/native_theme.h b/ui/gfx/native_theme.h
|
| index fb41177b0b55a36654f5a5c5f89e8e6fbd8c6607..8e7cdfad8bebc28ab678444938d06d0b167c08ef 100644
|
| --- a/ui/gfx/native_theme.h
|
| +++ b/ui/gfx/native_theme.h
|
| @@ -231,6 +231,10 @@ class UI_EXPORT NativeTheme {
|
| kColorId_EnabledMenuItemForegroundColor,
|
| kColorId_DisabledMenuItemForegroundColor,
|
| kColorId_FocusedMenuItemBackgroundColor,
|
| + // Label
|
| + kColorId_LabelEnabledColor,
|
| + kColorId_LabelDisabledColor,
|
| + kColorId_LabelBackgroundColor,
|
| // Textfield
|
| kColorId_TextfieldDefaultColor,
|
| kColorId_TextfieldDefaultBackground,
|
|
|