aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar robertphillips <robertphillips@google.com>2014-07-16 13:21:21 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-07-16 13:21:21 -0700
commitb6638bddcdacfd1115f1406877a4144df6415d2f (patch)
tree21771719db573c1747357b4112f6b890a54ecb5d
parentd75547925d522cfc922e7f73ab0d69076972199c (diff)
Chromium no longer needs the SkPicture default constructor
With the landing of the Chromium CL (Remove use of default SkPicture constructor - https://codereview.chromium.org/387343003/) Chromium should no longer require the SK_SUPPORT_LEGACY_DEFAULT_PICTURE_CTOR flag. R=halcanary@google.com Author: robertphillips@google.com Review URL: https://codereview.chromium.org/398463002
-rw-r--r--gyp/skia_for_chromium_defines.gypi1
1 files changed, 0 insertions, 1 deletions
diff --git a/gyp/skia_for_chromium_defines.gypi b/gyp/skia_for_chromium_defines.gypi
index 1e38b2f38e..93674ef8f5 100644
--- a/gyp/skia_for_chromium_defines.gypi
+++ b/gyp/skia_for_chromium_defines.gypi
@@ -17,7 +17,6 @@
'SK_SUPPORT_LEGACY_GETDEVICE',
'SK_IGNORE_ETC1_SUPPORT',
'SK_IGNORE_GPU_DITHER',
- 'SK_SUPPORT_LEGACY_DEFAULT_PICTURE_CTOR',
],
},
}