Remove SK_LEGACY_DRAWPICTURECALLBACK from skia_for_chromium_defines.gypi
authorFlorin Malita <fmalita@google.com>
Mon, 18 May 2015 19:14:08 +0000 (15:14 -0400)
committerFlorin Malita <fmalita@google.com>
Mon, 18 May 2015 19:14:08 +0000 (15:14 -0400)
The flag now lives in Chromium's SkUserConfig.h.

R=reed@google.com

Review URL: https://codereview.chromium.org/1133243009

gyp/skia_for_chromium_defines.gypi

index 14cd393..bf5cbac 100644 (file)
@@ -13,7 +13,6 @@
     # If these become 'permanent', they should be moved into skia_common.gypi
     #
     'skia_for_chromium_defines': [
-      'SK_LEGACY_DRAWPICTURECALLBACK',
       'SK_SUPPORT_LEGACY_OPTIONLESS_GET_PIXELS',
       'SK_IGNORE_LINEONLY_AA_CONVEX_PATH_OPTS',
     ],