Index: src/pathops/SkPathOpsDebug.cpp |
diff --git a/src/pathops/SkPathOpsDebug.cpp b/src/pathops/SkPathOpsDebug.cpp |
index 3a5153a263a9cc916d237eb082559bab374e2a0b..1f2b01333aa0bf9a875f430a68225ea11639622c 100644 |
--- a/src/pathops/SkPathOpsDebug.cpp |
+++ b/src/pathops/SkPathOpsDebug.cpp |
@@ -13,8 +13,8 @@ |
const char* SkPathOpsDebug::kLVerbStr[] = {"", "line", "quad", "cubic"}; |
#if defined(SK_DEBUG) || !FORCE_RELEASE |
-int SkPathOpsDebug::gContourID; |
-int SkPathOpsDebug::gSegmentID; |
+int SkPathOpsDebug::gContourID = 0; |
+int SkPathOpsDebug::gSegmentID = 0; |
#endif |
#if DEBUG_SORT || DEBUG_SWAP_TOP |