Descriptionaura: apply brightness filter last to improve perf
https://bugs.webkit.org/show_bug.cgi?id=92059 adds an optimization on color
matrix filters so that they can be combined in a single pass as long as the
resulting colors don't need to be clamped. Brightness needs clamping, so it
should go last.
This also fixes an uninitialized value that made us stick a grayscale filter randomly on layers.
BUG=138645
TEST=new startup animation
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=148837
Patch Set 1 #Patch Set 2 : Also fix uninitialized value #
Total comments: 2
Patch Set 3 : rebase #Messages
Total messages: 13 (0 generated)
|