diff options
author | reed <reed@chromium.org> | 2015-09-10 17:59:15 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-09-11 00:59:54 +0000 |
commit | db84e9b9b480aa9773c62980480d4d5e1187f845 (patch) | |
tree | abb1354312c203784ed3553bff3be8a610e5da68 /skia | |
parent | 14977394017e56a86c5516e3c4b3f8988a2031f5 (diff) | |
download | chromium_src-db84e9b9b480aa9773c62980480d4d5e1187f845.zip chromium_src-db84e9b9b480aa9773c62980480d4d5e1187f845.tar.gz chromium_src-db84e9b9b480aa9773c62980480d4d5e1187f845.tar.bz2 |
add SK_SUPPORT_LEGACY_NEWFROMGENERATOR to prepare for skia change
BUG=
TBR=
Review URL: https://codereview.chromium.org/1333183002
Cr-Commit-Position: refs/heads/master@{#348304}
Diffstat (limited to 'skia')
-rw-r--r-- | skia/config/SkUserConfig.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/skia/config/SkUserConfig.h b/skia/config/SkUserConfig.h index ef74202..2ccdbc1 100644 --- a/skia/config/SkUserConfig.h +++ b/skia/config/SkUserConfig.h @@ -226,6 +226,10 @@ SK_API void SkDebugf_FileLine(const char* file, int line, bool fatal, # define SK_SAVE_LAYER_BOUNDS_ARE_FILTERED #endif +#ifndef SK_SUPPORT_LEGACY_NEWFROMGENERATOR +# define SK_SUPPORT_LEGACY_NEWFROMGENERATOR +#endif + ///////////////////////// Imported from BUILD.gn and skia_common.gypi /* In some places Skia can use static initializers for global initialization, |