Chromium Code Reviews
DescriptionFix use-of-uninitialized-value in TransformationMatrix::blend()
TransformationMatrix::blend() was attempting to blend between non-invertable
matricies. This resulted in garbage stack variables being used.
This patch ensures that blend() will fall back to a 50% step interpolation
when one of the sides are not invertable.
BUG=389316
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=177453
Patch Set 1 #
Messages
Total messages: 12 (0 generated)
|
|||||||||||||||||||||||||||||||||||||