aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-02-18 22:08:16 +0000
committerGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-02-18 22:08:16 +0000
commitd281c9240c7bd51ce0c29c6d4de27819e359e1d1 (patch)
treeadd533d9a199efb426deb34f155b459d2027b987
parent725cd8218c2f32afecfde9c1c6940ca2d045b3c5 (diff)
Add link to how to generate new SKPs when increasing the picture version
BUG=skia:2041 R=robertphillips@google.com, scroggo@google.com, reed@google.com, bsalomon@google.com Author: rmistry@google.com Review URL: https://codereview.chromium.org/170923003 git-svn-id: http://skia.googlecode.com/svn/trunk@13493 2bbb7eff-a529-9590-31e7-b0007b416f81
-rw-r--r--include/core/SkPicture.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/core/SkPicture.h b/include/core/SkPicture.h
index a717153dbe..3776ff80bd 100644
--- a/include/core/SkPicture.h
+++ b/include/core/SkPicture.h
@@ -239,6 +239,9 @@ protected:
// V18: SkBitmap now records x,y for its pixelref origin, instead of offset.
// V19: encode matrices and regions into the ops stream
// V20: added bool to SkPictureImageFilter's serialization (to allow SkPicture serialization)
+
+ // Note: If the picture version needs to be increased then please follow the
+ // steps to generate new SKPs in (only accessible to Googlers): http://goo.gl/qATVcw
static const uint32_t PICTURE_VERSION = 20;
// fPlayback, fRecord, fWidth & fHeight are protected to allow derived classes to