From 5f752fe26c32b4c50019ad01023c5d41a33684cb Mon Sep 17 00:00:00 2001 From: bruthig Date: Tue, 22 Sep 2015 14:06:46 -0700 Subject: Changed the opacity of the ink drop ripple from 12% to 14%. Designers wanted the ink drop opacity changed to 14%. Review URL: https://codereview.chromium.org/1359943002 Cr-Commit-Position: refs/heads/master@{#350218} --- ui/views/animation/ink_drop_animation.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/views/animation/ink_drop_animation.cc b/ui/views/animation/ink_drop_animation.cc index 7a1938a..39c3494 100644 --- a/ui/views/animation/ink_drop_animation.cc +++ b/ui/views/animation/ink_drop_animation.cc @@ -34,7 +34,7 @@ const float kMinimumCircleScale = 0.001f; const SkColor kInkDropColor = SK_ColorBLACK; // The opacity of the ink drop when it is visible. -const float kVisibleOpacity = 0.12f; +const float kVisibleOpacity = 0.14f; // The opacity of the ink drop when it is not visible. const float kHiddenOpacity = 0.0f; -- cgit v1.1