diff options
Diffstat (limited to 'ui/native_theme/native_theme.h')
-rw-r--r-- | ui/native_theme/native_theme.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/native_theme/native_theme.h b/ui/native_theme/native_theme.h index 3ee74a2..021cf3c 100644 --- a/ui/native_theme/native_theme.h +++ b/ui/native_theme/native_theme.h @@ -218,6 +218,8 @@ class NATIVE_THEME_EXPORT NativeTheme { // Colors for GetSystemColor(). enum ColorId { + // Windows + kColorId_WindowBackground, // Dialogs kColorId_DialogBackground, // FocusableBorder |