| Index: ui/base/native_theme/native_theme.h
|
| diff --git a/ui/base/native_theme/native_theme.h b/ui/base/native_theme/native_theme.h
|
| index b37b1e7cef895a0c82bafac931762966f8a30396..7a7af67d108495ecb12890cf787687ee0f0725e4 100644
|
| --- a/ui/base/native_theme/native_theme.h
|
| +++ b/ui/base/native_theme/native_theme.h
|
| @@ -93,6 +93,7 @@ class UI_EXPORT NativeTheme {
|
| bool checked;
|
| bool indeterminate; // Whether the button state is indeterminate.
|
| bool is_default; // Whether the button is default button.
|
| + bool is_focused;
|
| bool has_border;
|
| int classic_state; // Used on Windows when uxtheme is not available.
|
| SkColor background_color;
|
|
|