Flesh out SkMatrix typemask suppressions.
BUG=skia: R=mtklein@google.com Author: mtklein@chromium.org Review URL: https://codereview.chromium.org/374763002
This commit is contained in:
parent
875da8055e
commit
e59304419e
@ -41,6 +41,8 @@ race:SkImageFilter::filterImage
|
||||
race:SkPathRef::computeBounds
|
||||
|
||||
# SkMatrix caches a type mask. If we race on this, we'll just calculate the same thing a few times.
|
||||
race:SkMatrix::getType
|
||||
race:SkMatrix::rectStaysRect
|
||||
race:SkMatrix::getPerspectiveTypeMaskOnly
|
||||
|
||||
# TODO: some sort of SkRacy<T> to handle cases like SkMatrix, SkPathRef, SkPixelRef above?
|
||||
|
Loading…
Reference in New Issue
Block a user