diff options
author | reed <reed@google.com> | 2014-09-10 13:43:45 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-09-10 20:46:37 +0000 |
commit | 6be77dbdaa73b8a3573f408206425feb29b6ae77 (patch) | |
tree | 8e321082dd42dabaf70b3e581f50fbcafcf3452c /skia | |
parent | b6387c5f9a80afa222b246c0aa0d04e989acf89c (diff) | |
download | chromium_src-6be77dbdaa73b8a3573f408206425feb29b6ae77.zip chromium_src-6be77dbdaa73b8a3573f408206425feb29b6ae77.tar.gz chromium_src-6be77dbdaa73b8a3573f408206425feb29b6ae77.tar.bz2 |
undef SK_SUPPORT_LEGACY_PUBLIC_IMAGEINFO_FIELDS since our callsites are clean
BUG=
Review URL: https://codereview.chromium.org/558213003
Cr-Commit-Position: refs/heads/master@{#294221}
Diffstat (limited to 'skia')
-rw-r--r-- | skia/config/SkUserConfig.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/skia/config/SkUserConfig.h b/skia/config/SkUserConfig.h index ef79ea0..d5070a3 100644 --- a/skia/config/SkUserConfig.h +++ b/skia/config/SkUserConfig.h @@ -249,10 +249,6 @@ SK_API void SkDebugf_FileLine(const char* file, int line, bool fatal, // // Remove these as we update our sites. // -#ifndef SK_SUPPORT_LEGACY_PUBLIC_IMAGEINFO_FIELDS - #define SK_SUPPORT_LEGACY_PUBLIC_IMAGEINFO_FIELDS -#endif - #ifndef SK_SUPPORT_LEGACY_GETTOPDEVICE #define SK_SUPPORT_LEGACY_GETTOPDEVICE #endif |