Use 0.2f opacity only when the shadow animation is applied.
commit2f994844a6cdf6977e8960becb8dd5e94398a973
authoroshima <oshima@chromium.org>
Fri, 12 Dec 2014 22:52:30 +0000 (12 14:52 -0800)
committerCommit bot <commit-bot@chromium.org>
Fri, 12 Dec 2014 22:52:59 +0000 (12 22:52 +0000)
treee7b8d684d68ad1f5b4155365573e1ead5c6cdb77
parent6d72f40beb7ede318afb7791aff3af7910025ad4
Use 0.2f opacity only when the shadow animation is applied.

The opacity stays 0.2f if the window is created and shown in inactive state because the opacity is set back to 1.0f only when the animation is applied. This CL uses 1.0f opacity as initial opacity and when transitioning from/to small shadow.

BUG=433574
TEST=manual test. See the bug for repro step.

Review URL: https://codereview.chromium.org/798673002

Cr-Commit-Position: refs/heads/master@{#308187}
ui/wm/core/shadow.cc