Chromium should no longer need the legacy SkCanvas::drawPicture interface
authorrobertphillips <robertphillips@google.com>
Sun, 8 Jun 2014 20:17:54 +0000 (13:17 -0700)
committerCommit bot <commit-bot@chromium.org>
Sun, 8 Jun 2014 20:17:54 +0000 (13:17 -0700)
With:
Switch Blink to using new Skia SkCanvas::drawPicture method - https://codereview.chromium.org/316863003/
Switch Chromium to new Skia SkCanvas::drawPicture method - https://codereview.chromium.org/315963003/

Chromium/Blink should no longer need this flag.

Note: this patch cannot be landed until the Blink change rolls into Chromium.

R=jvanverth@google.com

Author: robertphillips@google.com

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

gyp/skia_for_chromium_defines.gypi

index 9230576..a7fdbdf 100644 (file)
@@ -16,7 +16,6 @@
       'SK_SUPPORT_LEGACY_GETTOPDEVICE',
       'SK_SUPPORT_LEGACY_N32_NAME',
       'SK_IGNORE_ETC1_SUPPORT',
-      'SK_SUPPORT_LEGACY_DRAWPICTURE_API',
     ],
   },
 }