Chromium Code Reviews| Index: src/core/SkPicturePlayback.cpp |
| diff --git a/src/core/SkPicturePlayback.cpp b/src/core/SkPicturePlayback.cpp |
| index f2356bdeff58a606e07698e17e4ec7348900f2e4..97ca60169d50ada4c14110fc849c2cebe8747608 100644 |
| --- a/src/core/SkPicturePlayback.cpp |
| +++ b/src/core/SkPicturePlayback.cpp |
| @@ -1321,6 +1321,8 @@ void SkPicturePlayback::draw(SkCanvas& canvas, SkDrawPictureCallback* callback) |
| } |
| } |
| + canvas.restoreToCount(originalSaveCount); |
|
scroggo
2014/05/16 18:20:53
There are a couple of other places where we return
robertphillips
2014/05/16 19:18:15
Done.
|
| + |
| #ifdef SPEW_CLIP_SKIPPING |
| { |
| size_t size = skipRect.fSize + skipRRect.fSize + skipPath.fSize + skipRegion.fSize + |