aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkPicture.h
diff options
context:
space:
mode:
authorGravatar reed <reed@google.com>2014-12-04 07:50:14 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2014-12-04 07:50:14 -0800
commit8eddfb50c0c9e4bcba6384a2ce39852b5fb5becb (patch)
treefee1ed25b223ba3e5cd458e351a9899e7179222c /include/core/SkPicture.h
parent60f3c657cc0235650b630be78105fc47d37385e7 (diff)
Change clear() to respect the clip
Diffstat (limited to 'include/core/SkPicture.h')
-rw-r--r--include/core/SkPicture.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/core/SkPicture.h b/include/core/SkPicture.h
index 2c377b8c8e..f764d346cc 100644
--- a/include/core/SkPicture.h
+++ b/include/core/SkPicture.h
@@ -245,8 +245,8 @@ private:
// V34: Add SkTextBlob serialization.
// V35: Store SkRect (rather then width & height) in header
// V36: Remove (obsolete) alphatype from SkColorTable
- // V37: Added shadow only option to SkDropShadowImageFilter
- // Added PictureResolution and FilterLevel options to SkPictureImageFilter
+ // V37: Added shadow only option to SkDropShadowImageFilter (last version to record CLEAR)
+ // V37: Added PictureResolution and FilterLevel options to SkPictureImageFilter
// 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