Index: src/core/SkPath.cpp |
diff --git a/src/core/SkPath.cpp b/src/core/SkPath.cpp |
index f8280bd6d21651724dd9e3501055d9e2754b975d..6dc056e81f09c32ec63775b7dcd7d770783120c7 100644 |
--- a/src/core/SkPath.cpp |
+++ b/src/core/SkPath.cpp |
@@ -1118,6 +1118,7 @@ void SkPath::addRRect(const SkRRect& rrect, Direction dir) { |
} |
this->close(); |
} |
+ SkDEBUGCODE(fPathRef->validate();) |
} |
bool SkPath::hasOnlyMoveTos() const { |