Index: tests/PathOpsThreadedCommon.cpp |
diff --git a/tests/PathOpsThreadedCommon.cpp b/tests/PathOpsThreadedCommon.cpp |
index 0abf8166dd445bcc404aec2bc20e284baaf30b07..a66ec710c7440c043481d6b0be3c2f6468d7efae 100644 |
--- a/tests/PathOpsThreadedCommon.cpp |
+++ b/tests/PathOpsThreadedCommon.cpp |
@@ -21,7 +21,7 @@ void PathOpsThreadedTestRunner::render() { |
pool.add(fRunnables[index]); |
} |
#ifdef SK_DEBUG |
- gDebugMaxWindSum = SK_MaxS32; |
- gDebugMaxWindValue = SK_MaxS32; |
+ SkPathOpsDebug::gMaxWindSum = SK_MaxS32; |
+ SkPathOpsDebug::gMaxWindValue = SK_MaxS32; |
#endif |
} |