Chromium Code Reviews| Index: ui/views/style/platform_style.h |
| diff --git a/ui/views/style/platform_style.h b/ui/views/style/platform_style.h |
| index 8534aa276355da0e534c82c363f2aa1d5f5e23c6..7d042e259d8d5bd6e188a4fe701e302aa787b485 100644 |
| --- a/ui/views/style/platform_style.h |
| +++ b/ui/views/style/platform_style.h |
| @@ -9,6 +9,7 @@ |
| #include "base/macros.h" |
| #include "ui/views/controls/button/button.h" |
| +#include "ui/views/controls/button/custom_button.h" |
| #include "ui/views/controls/combobox/combobox.h" |
| #include "ui/views/views_export.h" |
| @@ -42,6 +43,9 @@ class VIEWS_EXPORT PlatformStyle { |
| // the left or right end of the text from the cursor, respectively. |
| static const bool kTextfieldDragVerticallyDragsToEnd; |
| + // The menu button's action to show the menu. |
| + static const CustomButton::NotifyAction kMenuActivationAction; |
|
sky
2016/06/30 16:24:46
kMenuNotifyActivationAction?
spqchan
2016/06/30 21:16:40
Done.
|
| + |
| // Creates an ImageSkia containing the image to use for the combobox arrow. |
| // The |is_enabled| argument is true if the control the arrow is for is |
| // enabled, and false if the control is disabled. The |style| argument is the |