DescriptionMake Sk2DPathEffect thread safe.
SkPathEffects must be thread safe, but SkMatrix is only thread safe if
the type mask has already been computed. The constructor for
Sk2DPathEffect is currently making the call to 'invert' which sets the
type mask, but it is being called with the passed matrix as opposed to
the local copy.
BUG=skia:5765
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2340133004
Committed: https://skia.googlesource.com/skia/+/6c3baa66fa38349917783dde1ff2ee21684619fb
Patch Set 1 #
Messages
Total messages: 12 (8 generated)
|