Chromium Code Reviews
Description[blimp] Fix theme color in tab switcher
Before the CL https://codereview.chromium.org/2325763003/ landed, it was
possible to use a theme color without alpha for the tab switcher toolbar,
because the code was using the alpha from the underlying resource instead.
However after that CL this was no longer possible and a correct theme color
is required.
The CL that added theme colors to the tab switcher for the new tab page for
blimp tabs ( https://codereview.chromium.org/2325893002/ ) landed around the
same time, and there was no test, so this was not caught in that CL, and it
continued to use a theme color without alpha.
This CL just adds the alpha channel to the theme color from Blimp, which means
that it now propagates correctly throughout the codebase.
BUG=644467, 644774
Committed: https://crrev.com/5f96e9a9fd95d7a9928de17effb1788de5f66691
Cr-Commit-Position: refs/heads/master@{#418078}
Patch Set 1 #
Messages
Total messages: 8 (3 generated)
|
|||||||||||||||||||