| Index: ui/gfx/native_theme_linux.h
|
| diff --git a/ui/gfx/native_theme_linux.h b/ui/gfx/native_theme_linux.h
|
| index b557dfc82138dafdf6065e84f7edad0ee0e6d779..1b21ff94f1c78573dc99e2529e8ab5cfe8e19915 100644
|
| --- a/ui/gfx/native_theme_linux.h
|
| +++ b/ui/gfx/native_theme_linux.h
|
| @@ -60,6 +60,7 @@ class NativeThemeLinux {
|
| bool checked;
|
| bool indeterminate; // Whether the button state is indeterminate.
|
| bool is_default; // Whether the button is default button.
|
| + bool has_border;
|
| SkColor background_color;
|
| };
|
|
|
| @@ -70,6 +71,7 @@ class NativeThemeLinux {
|
| };
|
|
|
| struct MenuListExtraParams {
|
| + bool has_border;
|
| int arrow_x;
|
| int arrow_y;
|
| SkColor background_color;
|
|
|