summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-04-22 20:07:30 +0000
committercommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-04-22 20:07:30 +0000
commita0251067aa7c62519068da328b73174238ca9b6c (patch)
tree3abae1f8fd2927791e23706715b6aa4dfc9319c9
parentbbbf16b9548b3517a32f7d5eb78a48b62d823626 (diff)
downloadgyp-a0251067aa7c62519068da328b73174238ca9b6c.tar.gz
Revert of make drawText calls non-virtual, to ease SkFont and TextBlob (https://codereview.chromium.org/243853006/)
Reason for revert: need to test more the code-path where we don't opt into the new virtuals Original issue's description: > make drawText calls non-virtual, to ease SkFont and TextBlob > > BUG=skia: > > Committed: http://code.google.com/p/skia/source/detail?r=14307 R=robertphillips@google.com TBR=robertphillips@google.com NOTREECHECKS=true NOTRY=true BUG=skia: Author: reed@google.com Review URL: https://codereview.chromium.org/247983003 git-svn-id: http://skia.googlecode.com/svn/trunk/gyp@14314 2bbb7eff-a529-9590-31e7-b0007b416f81
-rw-r--r--skia_for_chromium_defines.gypi1
1 files changed, 0 insertions, 1 deletions
diff --git a/skia_for_chromium_defines.gypi b/skia_for_chromium_defines.gypi
index 7194602..affd807 100644
--- a/skia_for_chromium_defines.gypi
+++ b/skia_for_chromium_defines.gypi
@@ -13,7 +13,6 @@
# If these become 'permanent', they should be moved into skia_common.gypi
#
'skia_for_chromium_defines': [
- 'SK_SUPPORT_LEGACY_DRAWTEXT_VIRTUAL',
'SK_SUPPORT_LEGACY_PUBLICEFFECTCONSTRUCTORS=1',
'SK_SUPPORT_LEGACY_GETTOPDEVICE',
'SK_SUPPORT_LEGACY_PICTURE_CAN_RECORD',