| Index: tests/PathOpsExtendedTest.cpp
|
| diff --git a/tests/PathOpsExtendedTest.cpp b/tests/PathOpsExtendedTest.cpp
|
| index 27baa8c4b8ed15fc976cc42af86862ca7e0c56a1..c96cbcdae5ff11ddbf2285f9f2a862337d85a44d 100644
|
| --- a/tests/PathOpsExtendedTest.cpp
|
| +++ b/tests/PathOpsExtendedTest.cpp
|
| @@ -331,7 +331,7 @@
|
| }
|
| }
|
|
|
| -static SkMutex compareDebugOut3;
|
| +SK_DECLARE_STATIC_MUTEX(compareDebugOut3);
|
|
|
| static int comparePaths(skiatest::Reporter* reporter, const char* testName, const SkPath& one,
|
| const SkPath& scaledOne, const SkPath& two, const SkPath& scaledTwo, SkBitmap& bitmap,
|
| @@ -419,7 +419,7 @@
|
| outFile.flush();
|
| }
|
|
|
| -static SkMutex simplifyDebugOut;
|
| +SK_DECLARE_STATIC_MUTEX(simplifyDebugOut);
|
|
|
| bool testSimplify(SkPath& path, bool useXor, SkPath& out, PathOpsThreadState& state,
|
| const char* pathStr) {
|
| @@ -578,7 +578,7 @@
|
| return true;
|
| }
|
|
|
| -static SkMutex gMutex;
|
| +SK_DECLARE_STATIC_MUTEX(gMutex);
|
|
|
| void initializeTests(skiatest::Reporter* reporter, const char* test) {
|
| #if 0 // doesn't work yet
|
|
|