diff options
author | reed <reed@google.com> | 2015-06-26 09:34:26 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-06-26 16:34:51 +0000 |
commit | bc1ea027f330c436e474b95fb46ed3412f375bca (patch) | |
tree | ae0776b9775de2ff273195c2be138b95bdd08cbd /skia | |
parent | 8ff2b7ee082f582d32cb1cd142b866df695fc518 (diff) | |
download | chromium_src-bc1ea027f330c436e474b95fb46ed3412f375bca.zip chromium_src-bc1ea027f330c436e474b95fb46ed3412f375bca.tar.gz chromium_src-bc1ea027f330c436e474b95fb46ed3412f375bca.tar.bz2 |
remove obsolete flags
requires this to land first: https://codereview.chromium.org/1205413003
BUG=
Review URL: https://codereview.chromium.org/1203163005
Cr-Commit-Position: refs/heads/master@{#336384}
Diffstat (limited to 'skia')
-rw-r--r-- | skia/config/SkUserConfig.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/skia/config/SkUserConfig.h b/skia/config/SkUserConfig.h index 40ca6c1..4e5600e 100644 --- a/skia/config/SkUserConfig.h +++ b/skia/config/SkUserConfig.h @@ -245,10 +245,6 @@ SK_API void SkDebugf_FileLine(const char* file, int line, bool fatal, # define SK_SUPPORT_LEGACY_GETTOPDEVICE #endif -#ifndef SK_SUPPORT_LEGACY_IMAGEFILTER_CTM -# define SK_SUPPORT_LEGACY_IMAGEFILTER_CTM -#endif - #ifndef SK_SUPPORT_LEGACY_GETDEVICE # define SK_SUPPORT_LEGACY_GETDEVICE #endif @@ -257,10 +253,6 @@ SK_API void SkDebugf_FileLine(const char* file, int line, bool fatal, # define SK_IGNORE_ETC1_SUPPORT #endif -#ifndef SK_SUPPORT_LEGACY_IMAGEFILTER_TRANSFORM_SCRATCH_LAYTER -# define SK_SUPPORT_LEGACY_IMAGEFILTER_TRANSFORM_SCRATCH_LAYTER -#endif - #ifndef SK_IGNORE_GPU_DITHER # define SK_IGNORE_GPU_DITHER #endif |