diff options
author | reed <reed@google.com> | 2016-04-12 16:57:55 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-04-12 16:57:55 -0700 |
commit | 58700da76b3823de878dde82fee11b80daf7fe18 (patch) | |
tree | 04527366f1e84f4e63434360217401e83c35d728 /include | |
parent | 20efb41dbbbe1f9fa9cd8f3fd8bd84840b79dbbb (diff) |
remove SK_SUPPORT_NEW_ONCREATESCALERCONTEXT, no longer needed in chdrome
BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1881733005
TBR=
Review URL: https://codereview.chromium.org/1881733005
Diffstat (limited to 'include')
-rw-r--r-- | include/core/SkTypeface.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/core/SkTypeface.h b/include/core/SkTypeface.h index f8cd4d1090..0fbf6a3e0a 100644 --- a/include/core/SkTypeface.h +++ b/include/core/SkTypeface.h @@ -14,8 +14,6 @@ #include "SkRect.h" #include "SkString.h" -#define SK_SUPPORT_NEW_ONCREATESCALERCONTEXT - class SkDescriptor; class SkFontData; class SkFontDescriptor; |