aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkPicture.h
diff options
context:
space:
mode:
authorGravatar Florin Malita <fmalita@chromium.org>2017-07-13 15:51:42 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-07-13 22:31:52 +0000
commitf264e996838dffd28a5a733d8d804142125944e6 (patch)
tree24712712226d3b6a6b08aa6fd0d8b9ce922c292e /include/core/SkPicture.h
parentb295573c93e7a9a78ee736a399c256d7669b79be (diff)
Delete unread SkPicture mbox
No longer read?! Change-Id: I6258a64590bb5ee16e02a7ad923ad41cc7bd8791 Reviewed-on: https://skia-review.googlesource.com/23043 Reviewed-by: Mike Klein <mtklein@google.com> Commit-Queue: Florin Malita <fmalita@chromium.org>
Diffstat (limited to 'include/core/SkPicture.h')
-rw-r--r--include/core/SkPicture.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/core/SkPicture.h b/include/core/SkPicture.h
index 1a46da5831..bd4dc9a7de 100644
--- a/include/core/SkPicture.h
+++ b/include/core/SkPicture.h
@@ -37,8 +37,6 @@ struct SkPictInfo;
*/
class SK_API SkPicture : public SkRefCnt {
public:
- virtual ~SkPicture();
-
/**
* Function signature defining a function that sets up an SkBitmap from encoded data. On
* success, the SkBitmap should have its Config, width, height, rowBytes and pixelref set.
@@ -157,9 +155,6 @@ public:
bool suitableForGpuRasterization(GrContext*, const char** whyNot = NULL) const;
#endif
- // Sent via SkMessageBus from destructor.
- struct DeletionMessage { int32_t fUniqueID; }; // TODO: -> uint32_t?
-
// Returns NULL if this is not an SkBigPicture.
virtual const SkBigPicture* asSkBigPicture() const { return NULL; }