| Index: ui/native_theme/native_theme.h
|
| diff --git a/ui/native_theme/native_theme.h b/ui/native_theme/native_theme.h
|
| index 67af252d7bd849273056b306ab233ceddf78bcbb..14312d1cc8b546b4781466d1b2a926f84002bd62 100644
|
| --- a/ui/native_theme/native_theme.h
|
| +++ b/ui/native_theme/native_theme.h
|
| @@ -265,6 +265,8 @@ class NATIVE_THEME_EXPORT NativeTheme {
|
| kColorId_TextfieldReadOnlyBackground,
|
| kColorId_TextfieldSelectionColor,
|
| kColorId_TextfieldSelectionBackgroundFocused,
|
| + // Tooltip
|
| + kColorId_TooltipBackground,
|
| // Tree
|
| kColorId_TreeBackground,
|
| kColorId_TreeText,
|
|
|