summaryrefslogtreecommitdiffstats
path: root/skia
diff options
context:
space:
mode:
authorreed <reed@chromium.org>2014-12-20 11:53:42 -0800
committerCommit bot <commit-bot@chromium.org>2014-12-20 19:54:32 +0000
commit3921d94ff2b6802b552ac57d8fff2398de312296 (patch)
tree17126cbda368d72a1eaf1fc26b35dceda65c4cc5 /skia
parent594d3131a8963861bc942c989470e31b0d61f93f (diff)
downloadchromium_src-3921d94ff2b6802b552ac57d8fff2398de312296.zip
chromium_src-3921d94ff2b6802b552ac57d8fff2398de312296.tar.gz
chromium_src-3921d94ff2b6802b552ac57d8fff2398de312296.tar.bz2
use new PixelSerializer API, remove legacy flag
BUG=3268 Review URL: https://codereview.chromium.org/802533005 Cr-Commit-Position: refs/heads/master@{#309358}
Diffstat (limited to 'skia')
-rw-r--r--skia/config/SkUserConfig.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/skia/config/SkUserConfig.h b/skia/config/SkUserConfig.h
index 14dc3d5..1db28a6 100644
--- a/skia/config/SkUserConfig.h
+++ b/skia/config/SkUserConfig.h
@@ -269,10 +269,6 @@ SK_API void SkDebugf_FileLine(const char* file, int line, bool fatal,
# define SK_IGNORE_GPU_LAYER_HOISTING
#endif
-#ifndef SK_LEGACY_ENCODE_BITMAP
-# define SK_LEGACY_ENCODE_BITMAP
-#endif
-
// If this goes well, we can have Skia respect DYNAMIC_ANNOTATIONS_ENABLED directly.
#if DYNAMIC_ANNOTATIONS_ENABLED
# define SK_DYNAMIC_ANNOTATIONS_ENABLED 1