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

Unified Diff: ui/views/controls/button/custom_button.cc

Issue 59383003: Add the button style for combobox (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebasing Created 7 years 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/controls/button/custom_button.cc
diff --git a/ui/views/controls/button/custom_button.cc b/ui/views/controls/button/custom_button.cc
index 4a15975d5b836c3816a20cf8688530db10390ce7..e0899e817dcf2a34acebe708b1cb842fc3de864d 100644
--- a/ui/views/controls/button/custom_button.cc
+++ b/ui/views/controls/button/custom_button.cc
@@ -13,8 +13,8 @@
namespace views {
-// How long the hover animation takes if uninterrupted.
-static const int kHoverFadeDurationMs = 150;
+// static
+const int CustomButton::kHoverFadeDurationMs = 150;
// static
const char CustomButton::kViewClassName[] = "CustomButton";

Powered by Google App Engine
This is Rietveld 408576698