Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(973)

Unified Diff: ui/views/style/platform_style.cc

Issue 2070623003: [MacViews] Show combobox menu popup at mouse press (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: added #if defined Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/views/style/platform_style.cc
diff --git a/ui/views/style/platform_style.cc b/ui/views/style/platform_style.cc
index a4cad6c345ced80ced470300ba2d40863a926b6b..680571c91752590140984655898ac3452d1c5458 100644
--- a/ui/views/style/platform_style.cc
+++ b/ui/views/style/platform_style.cc
@@ -39,6 +39,8 @@ const int PlatformStyle::kMinLabelButtonWidth = 70;
const int PlatformStyle::kMinLabelButtonHeight = 33;
const bool PlatformStyle::kDefaultLabelButtonHasBoldFont = true;
const bool PlatformStyle::kTextfieldDragVerticallyDragsToEnd = false;
+const CustomButton::NotifyAction PlatformStyle::kMenuActivationAction =
+ CustomButton::NOTIFY_ON_RELEASE;
// static
gfx::ImageSkia PlatformStyle::CreateComboboxArrow(bool is_enabled,

Powered by Google App Engine
This is Rietveld 408576698