Commit 3ac539c8 authored by Mitsuru Oshima's avatar Mitsuru Oshima Committed by Commit Bot

Adjust the blur quality to reduce flicker

Bug: 901433
Test: manual. See bug for repro step
Change-Id: Idd25bc0b0b0519141660b11cb7db5e67bc04122c
Reviewed-on: https://chromium-review.googlesource.com/c/1319855Reviewed-by: default avatarDaniele Castagna <dcastagna@chromium.org>
Commit-Queue: Mitsuru Oshima <oshima@chromium.org>
Cr-Commit-Position: refs/heads/master@{#605769}
parent a7cc5d0d
...@@ -97,7 +97,7 @@ constexpr int kAppListBackgroundRadius = 28; ...@@ -97,7 +97,7 @@ constexpr int kAppListBackgroundRadius = 28;
constexpr int kAppListHomeLaucherGesturesThreshold = 32; constexpr int kAppListHomeLaucherGesturesThreshold = 32;
// Quality of the shield background blur. // Quality of the shield background blur.
constexpr float kAppListBlurQuality = 0.25f; constexpr float kAppListBlurQuality = 0.33f;
// Set animation durations to 0 for testing. // Set animation durations to 0 for testing.
static bool short_animations_for_testing; static bool short_animations_for_testing;
......
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