aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkPictureData.h
diff options
context:
space:
mode:
authorGravatar robertphillips <robertphillips@google.com>2014-07-13 07:55:53 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-07-13 07:55:53 -0700
commitdd528967fc3eea54c8d10937b0100192d0722f4e (patch)
tree8c63bdff332ed5d9fcda4bf815489dcdd0781c24 /src/core/SkPictureData.h
parentb184f7f52b2a94e95aee326a3ca37110d2e43336 (diff)
Remove SkPicture copy constructor
Given where we're heading with SkPicture why would you need to make a copy? R=reed@google.com, mtklein@google.com Author: robertphillips@google.com Review URL: https://codereview.chromium.org/381133002
Diffstat (limited to 'src/core/SkPictureData.h')
-rw-r--r--src/core/SkPictureData.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/SkPictureData.h b/src/core/SkPictureData.h
index 3f7ab00d0d..15ea37b96a 100644
--- a/src/core/SkPictureData.h
+++ b/src/core/SkPictureData.h
@@ -132,8 +132,6 @@ class SkPictureData {
public:
#ifdef SK_SUPPORT_LEGACY_PICTURE_CLONE
SkPictureData(const SkPictureData& src, SkPictCopyInfo* deepCopyInfo = NULL);
-#else
- SkPictureData(const SkPictureData& src);
#endif
SkPictureData(const SkPictureRecord& record, const SkPictInfo&, bool deepCopyOps);
static SkPictureData* CreateFromStream(SkStream*,