aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn/shared_sources.gni
diff options
context:
space:
mode:
authorGravatar bungeman <bungeman@google.com>2016-09-16 07:21:28 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-09-16 07:21:28 -0700
commit6c3baa66fa38349917783dde1ff2ee21684619fb (patch)
treed952c6437fb95ef1f296467577e133a20be1cdfc /gn/shared_sources.gni
parent40efbe85525a4dceefb1ce46c036c01813492602 (diff)
Make 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 Review-Url: https://codereview.chromium.org/2340133004
Diffstat (limited to 'gn/shared_sources.gni')
0 files changed, 0 insertions, 0 deletions