aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkPicture.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/core/SkPicture.h')
-rw-r--r--include/core/SkPicture.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/include/core/SkPicture.h b/include/core/SkPicture.h
index 5a48476db0..5b2f7a99f7 100644
--- a/include/core/SkPicture.h
+++ b/include/core/SkPicture.h
@@ -171,22 +171,6 @@ public:
*/
bool willPlayBackBitmaps() const;
- /**
- * This is a general hint that the picture will (soon) be drawn into a SkCanvas with
- * corresponding attributes (e.g. clip, matrix, props). No drawing occurs, but some
- * expensive operations may be run (e.g. image decoding).
- *
- * Any of the parameters may be NULL.
- *
- * @param srcBounds If not NULL, this is the subset of the picture (in the same coordinates
- * as the picture's bounds) that preroll() should focus on.
- * @param initialMatrix If not NULL, this is the initialMatrix that is expected when the
- * picture is actually drawn.
- * @param props If not NULL, these are the expected props when the picture is actually drawn.
- */
- void preroll(const SkRect* srcBounds, const SkMatrix* initialMatrix, const SkSurfaceProps*,
- void* gpuCacheAccessor) const;
-
/** Return true if the SkStream/Buffer represents a serialized picture, and
fills out SkPictInfo. After this function returns, the data source is not
rewound so it will have to be manually reset before passing to