| Index: tools/tsan.supp
|
| diff --git a/tools/tsan.supp b/tools/tsan.supp
|
| index 31ba259df8e90143520b6b67387cd40cea73cabd..179adc9b4afd1f4f20d2cc40ad47d9bd48961536 100644
|
| --- a/tools/tsan.supp
|
| +++ b/tools/tsan.supp
|
| @@ -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?
|
|
|