| Index: tools/tsan.supp
|
| diff --git a/tools/tsan.supp b/tools/tsan.supp
|
| index 6c2b0909fc0abdc221c6dad153f8e3abf338595d..179adc9b4afd1f4f20d2cc40ad47d9bd48961536 100644
|
| --- a/tools/tsan.supp
|
| +++ b/tools/tsan.supp
|
| @@ -31,6 +31,9 @@
|
| race:SkPixelRef::callGenIDChangeListeners
|
| race:SkPixelRef::needsNewGenID
|
|
|
| +# This calls SkRefCnt::getRefCnt(), which is not thread safe. skia:2726
|
| +race:SkImageFilter::filterImage
|
| +
|
| # SkPathRef caches its bounding box the first time it's needed.
|
| # This will be fixed naturally once we create (from a single thread) a
|
| # bounding-box hierarchy for SkRecord-based SkPictures; all bounds will come pre-cached.
|
|
|