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

Unified Diff: ui/views/animation/ink_drop_animation.cc

Issue 1682893002: Color the ink drop ripple and hover effects based on theming. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix unit tests Created 4 years, 10 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/animation/ink_drop_animation.cc
diff --git a/ui/views/animation/ink_drop_animation.cc b/ui/views/animation/ink_drop_animation.cc
index 685f33a40b6263b98193aca199469e9bdcdb3527..02cd83fe4a400a97a3b18a5b91a47f9db737315a 100644
--- a/ui/views/animation/ink_drop_animation.cc
+++ b/ui/views/animation/ink_drop_animation.cc
@@ -13,7 +13,7 @@
namespace views {
const float InkDropAnimation::kHiddenOpacity = 0.0f;
-const float InkDropAnimation::kVisibleOpacity = 0.11f;
+const float InkDropAnimation::kVisibleOpacity = 0.175f;
InkDropAnimation::InkDropAnimation()
: destroying_(false),

Powered by Google App Engine
This is Rietveld 408576698