Index: tests/PathOpsExtendedTest.cpp |
diff --git a/tests/PathOpsExtendedTest.cpp b/tests/PathOpsExtendedTest.cpp |
index c96cbcdae5ff11ddbf2285f9f2a862337d85a44d..27baa8c4b8ed15fc976cc42af86862ca7e0c56a1 100644 |
--- a/tests/PathOpsExtendedTest.cpp |
+++ b/tests/PathOpsExtendedTest.cpp |
@@ -331,7 +331,7 @@ void ShowTestArray(const char* testName) { |
} |
} |
-SK_DECLARE_STATIC_MUTEX(compareDebugOut3); |
+static SkMutex 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 @@ static void outputToStream(const char* pathStr, const char* pathPrefix, const ch |
outFile.flush(); |
} |
-SK_DECLARE_STATIC_MUTEX(simplifyDebugOut); |
+static SkMutex simplifyDebugOut; |
bool testSimplify(SkPath& path, bool useXor, SkPath& out, PathOpsThreadState& state, |
const char* pathStr) { |
@@ -578,7 +578,7 @@ bool testPathFailOp(skiatest::Reporter* reporter, const SkPath& a, const SkPath& |
return true; |
} |
-SK_DECLARE_STATIC_MUTEX(gMutex); |
+static SkMutex gMutex; |
void initializeTests(skiatest::Reporter* reporter, const char* test) { |
#if 0 // doesn't work yet |