aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkPicture.h
diff options
context:
space:
mode:
authorGravatar Mike Reed <reed@google.com>2017-12-23 20:54:53 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-12-24 13:40:41 +0000
commitbfc11853a88cda6951ae97399577fadadf2adcd5 (patch)
treeb69901d8d0513b28074c4303edad3005eaa8f58a /include/core/SkPicture.h
parent3c678ffe2ca1099e37d3dbbf2984362551fba75e (diff)
remove approxbytes api from SkPicture
Bug: skia: Change-Id: I292bc9ab52fe8df3ce97a2ad4b06085b0332b19d Reviewed-on: https://skia-review.googlesource.com/89440 Reviewed-by: Mike Reed <reed@google.com> Commit-Queue: Mike Reed <reed@google.com>
Diffstat (limited to 'include/core/SkPicture.h')
-rw-r--r--include/core/SkPicture.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/core/SkPicture.h b/include/core/SkPicture.h
index 5ca60ca82c..1a02a36750 100644
--- a/include/core/SkPicture.h
+++ b/include/core/SkPicture.h
@@ -102,9 +102,6 @@ public:
*/
virtual int approximateOpCount() const = 0;
- /** Returns the approximate byte size of this picture, not including large ref'd objects. */
- virtual size_t approximateBytesUsed() const = 0;
-
// Returns NULL if this is not an SkBigPicture.
virtual const SkBigPicture* asSkBigPicture() const { return nullptr; }