Index: src/core/SkPathRef.cpp |
diff --git a/src/core/SkPathRef.cpp b/src/core/SkPathRef.cpp |
index 74f3a220ce538bbe5e07873161ed0acf9acd4214..06a1519872a8a2495d2da380f7aa1c272618fce4 100644 |
--- a/src/core/SkPathRef.cpp |
+++ b/src/core/SkPathRef.cpp |
@@ -675,7 +675,6 @@ uint8_t SkPathRef::Iter::peek() const { |
#ifdef SK_DEBUG |
void SkPathRef::validate() const { |
- this->INHERITED::validate(); |
SkASSERT(static_cast<ptrdiff_t>(fFreeSpace) >= 0); |
SkASSERT(reinterpret_cast<intptr_t>(fVerbs) - reinterpret_cast<intptr_t>(fPoints) >= 0); |
SkASSERT((nullptr == fPoints) == (nullptr == fVerbs)); |