aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkPicture.cpp
diff options
context:
space:
mode:
authorGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-09-18 13:20:52 +0000
committerGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-09-18 13:20:52 +0000
commitc75c36a14b5dcc0dd5a82651d41792278cb27326 (patch)
tree3a844486daa7132fc317ac76e7ff8ed5b09e7db9 /src/core/SkPicture.cpp
parentf1ab723033a186dc53434104a636c2dfac5fc863 (diff)
revert 5578 -- broke pipe
git-svn-id: http://skia.googlecode.com/svn/trunk@5579 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src/core/SkPicture.cpp')
-rw-r--r--src/core/SkPicture.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/SkPicture.cpp b/src/core/SkPicture.cpp
index 7e8b371b58..4c7ccf7c0f 100644
--- a/src/core/SkPicture.cpp
+++ b/src/core/SkPicture.cpp
@@ -240,8 +240,7 @@ void SkPicture::draw(SkCanvas* surface) {
// V4 : move SkPictInfo to be the header
// V5 : don't read/write FunctionPtr on cross-process (we can detect that)
// V6 : added serialization of SkPath's bounds (and packed its flags tighter)
-// V7 : changed drawBitmapRect(IRect) to drawBitmapRectToRect(Rect)
-#define PICTURE_VERSION 7
+#define PICTURE_VERSION 6
SkPicture::SkPicture(SkStream* stream, bool* success) : SkRefCnt() {
if (success) {