Index: src/pathops/SkPathOpsDebug.cpp |
diff --git a/src/pathops/SkPathOpsDebug.cpp b/src/pathops/SkPathOpsDebug.cpp |
index 67bcee4070661e67338359b350f2cbac26baaad5..5326addf8dd1a40dcba6ccdaf81a257ec6d3e7b0 100644 |
--- a/src/pathops/SkPathOpsDebug.cpp |
+++ b/src/pathops/SkPathOpsDebug.cpp |
@@ -1876,7 +1876,7 @@ static void DebugValidate(const SkOpSpanBase* next, const SkOpSpanBase* end, |
do { |
const SkOpPtT* ptT = next->ptT(); |
int index = 0; |
- bool somethingBetween; |
+ bool somethingBetween = false; |
do { |
++index; |
ptT = ptT->next(); |