Index: src/pathops/SkPathOpsOp.cpp |
diff --git a/src/pathops/SkPathOpsOp.cpp b/src/pathops/SkPathOpsOp.cpp |
index 257cb8ee69b646bc127825e2a82c518794750137..545d696a3608633ac2a5bc6a703ff98920418fb9 100644 |
--- a/src/pathops/SkPathOpsOp.cpp |
+++ b/src/pathops/SkPathOpsOp.cpp |
@@ -223,7 +223,7 @@ static void dump_op(const SkPath& one, const SkPath& two, SkPathOp op) { |
dump_path(file, two, false, true); |
fprintf(file, " SkPath path2(path);\n"); |
fprintf(file, " testPathOp(reporter, path1, path2, (SkPathOp) %d, filename);\n", op); |
- fprintf(file, "}\n"); |
+ fprintf(file, "}\n"); |
fclose(file); |
} |
#endif |
@@ -233,7 +233,7 @@ static void dump_op(const SkPath& one, const SkPath& two, SkPathOp op) { |
#include "SkMutex.h" |
-SK_DECLARE_STATIC_MUTEX(debugWorstLoop); |
+static SkMutex debugWorstLoop; |
SkOpGlobalState debugWorstState(nullptr, nullptr SkDEBUGPARAMS(nullptr)); |
@@ -254,7 +254,7 @@ bool OpDebug(const SkPath& one, const SkPath& two, SkPathOp op, SkPath* result, |
SkOpGlobalState globalState(&coincidence, contourList SkDEBUGPARAMS(testName)); |
#if DEBUGGING_PATHOPS_FROM_HOST |
dump_op(one, two, op); |
-#endif |
+#endif |
#if 0 && DEBUG_SHOW_TEST_NAME |
char* debugName = DEBUG_FILENAME_STRING; |
if (debugName && debugName[0]) { |