| Index: include/core/SkDynamicAnnotations.h
|
| diff --git a/include/core/SkDynamicAnnotations.h b/include/core/SkDynamicAnnotations.h
|
| index 7534d3e898adb7b5c0ec5087b75245352f208830..f9a80a31efddb8db47bf8709b81658b8bf3c7a10 100644
|
| --- a/include/core/SkDynamicAnnotations.h
|
| +++ b/include/core/SkDynamicAnnotations.h
|
| @@ -20,7 +20,7 @@
|
| void AnnotateIgnoreReadsBegin(const char* file, int line);
|
| void AnnotateIgnoreReadsEnd(const char* file, int line);
|
| void AnnotateBenignRaceSized(const char* file, int line,
|
| - const volatile void* addr, long size, const char* desc);
|
| + const void* addr, long size, const char* desc);
|
| } // extern "C"
|
|
|
| // SK_ANNOTATE_UNPROTECTED_READ can wrap any variable read to tell TSAN to ignore that it appears to
|
|
|