Patch for r10762

git-svn-id: http://skia.googlecode.com/svn/trunk@10763 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
robertphillips@google.com 2013-08-16 01:01:01 +00:00
parent 6c157640c2
commit 1e973d725c

View File

@ -929,8 +929,6 @@ void SkCanvas::internalRestore() {
}
SkDELETE(layer);
}
SkASSERT(fClipStack.getSaveCount() == this->getSaveCount() - 1);
}
int SkCanvas::getSaveCount() const {