Index: tools/tsan.supp |
diff --git a/tools/tsan.supp b/tools/tsan.supp |
index b30bc2c550f531b66c97ec10de2d28e8d6a55dca..c757e619e184b22d41e3df03c6afcfb2e156298c 100644 |
--- a/tools/tsan.supp |
+++ b/tools/tsan.supp |
@@ -30,3 +30,6 @@ race:SkPDF |
# Suppress while I look for a more focused way to silence this. |
race:SkPixelRef::callGenIDChangeListeners |
race:SkPixelRef::needsNewGenID |
+ |
+# This calls SkRefCnt::getRefCnt(), which is not thread safe. skia:2726 |
+race:SkImageFilter::filterImage |