summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-04-22 19:03:02 +0000
committercommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-04-22 19:03:02 +0000
commit9ee3e1fd3147ad8b079967b39593c35f561c7c00 (patch)
treec7a1688e9f1ab5e236ca7613543f0fd4c4a68782
parent9a89ca4a73a80a45a89de5f0718175c43f763f00 (diff)
downloadgyp-9ee3e1fd3147ad8b079967b39593c35f561c7c00.tar.gz
make drawText calls non-virtual, to ease SkFont and TextBlob
BUG=skia: R=robertphillips@google.com Author: reed@google.com Review URL: https://codereview.chromium.org/243853006 git-svn-id: http://skia.googlecode.com/svn/trunk/gyp@14307 2bbb7eff-a529-9590-31e7-b0007b416f81
-rw-r--r--skia_for_chromium_defines.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/skia_for_chromium_defines.gypi b/skia_for_chromium_defines.gypi
index cc442ba..5ca1b1f 100644
--- a/skia_for_chromium_defines.gypi
+++ b/skia_for_chromium_defines.gypi
@@ -13,6 +13,7 @@
# 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_DERIVED_PICTURE_CLASSES',