aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar fmalita <fmalita@chromium.org>2016-03-24 11:05:28 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-03-24 11:05:29 -0700
commit41c409634cb9ac01afd1ead4442d7c10817b3e33 (patch)
tree0e5984839221a85675f1df27c8d8990eacaccb02 /include
parente8597a4dd07d78eb0e7a45d6502896c1b9a8bfeb (diff)
Relocate SK_SUPPORT_LEGACY_PICTURE_PTR
Move to platform-specific defines. (Chromium already has this guard) R=reed@google.com GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1831053002 Review URL: https://codereview.chromium.org/1831053002
Diffstat (limited to 'include')
-rw-r--r--include/core/SkPicture.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/core/SkPicture.h b/include/core/SkPicture.h
index 0cf9411f56..808944b5ef 100644
--- a/include/core/SkPicture.h
+++ b/include/core/SkPicture.h
@@ -27,8 +27,6 @@ class SkWStream;
class SkWriteBuffer;
struct SkPictInfo;
-#define SK_SUPPORT_LEGACY_PICTURE_PTR
-
/** \class SkPicture
An SkPicture records drawing commands made to a canvas to be played back at a later time.