summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbruthig <bruthig@chromium.org>2015-09-22 14:06:46 -0700
committerCommit bot <commit-bot@chromium.org>2015-09-22 21:07:25 +0000
commit5f752fe26c32b4c50019ad01023c5d41a33684cb (patch)
treedcde8cdd70a07de6d450c39a708e42c716f34763
parentb8454d7e3ac8387133d6679cca4b341653dc5a88 (diff)
downloadchromium_src-5f752fe26c32b4c50019ad01023c5d41a33684cb.zip
chromium_src-5f752fe26c32b4c50019ad01023c5d41a33684cb.tar.gz
chromium_src-5f752fe26c32b4c50019ad01023c5d41a33684cb.tar.bz2
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}
-rw-r--r--ui/views/animation/ink_drop_animation.cc2
1 files changed, 1 insertions, 1 deletions
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;