Commit 894145b9 authored by Mitsuru Oshima's avatar Mitsuru Oshima Committed by Commit Bot

Make shelf blur quality same as launcher's

Bug: None
Test: None
Change-Id: I697dcf3af1c6736e572d67ad254d815fd797402f
Reviewed-on: https://chromium-review.googlesource.com/c/1333897Reviewed-by: default avatarDaniele Castagna <dcastagna@chromium.org>
Commit-Queue: Mitsuru Oshima <oshima@chromium.org>
Cr-Commit-Position: refs/heads/master@{#607639}
parent 46c534fb
......@@ -44,7 +44,7 @@ namespace {
constexpr int kShelfRoundedCornerRadius = 28;
constexpr int kShelfBlurRadius = 10;
constexpr float kShelfBlurQuality = 0.25f;
constexpr float kShelfBlurQuality = 0.33f;
// Return the first or last focusable child of |root|.
views::View* FindFirstOrLastFocusableChild(views::View* root,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment