Index: src/core/SkPictureRecord.cpp |
diff --git a/src/core/SkPictureRecord.cpp b/src/core/SkPictureRecord.cpp |
index 0a55e7361cbda24b1c16dc05d72e5201de69915a..bea344208477d476f73cb469ee9f594b1c97dd30 100644 |
--- a/src/core/SkPictureRecord.cpp |
+++ b/src/core/SkPictureRecord.cpp |
@@ -770,7 +770,7 @@ void SkPictureRecord::beginRecording() { |
// we have to call this *after* our constructor, to ensure that it gets |
// recorded. This is balanced by restoreToCount() call from endRecording, |
// which in-turn calls our overridden restore(), so those get recorded too. |
- fInitialSaveCount = this->save(kMatrixClip_SaveFlag); |
+ fInitialSaveCount = this->save(); |
} |
void SkPictureRecord::endRecording() { |