summaryrefslogtreecommitdiffstats
path: root/skia
diff options
context:
space:
mode:
authorfmalita <fmalita@chromium.org>2016-01-31 16:47:34 -0800
committerCommit bot <commit-bot@chromium.org>2016-02-01 00:48:40 +0000
commitdb6286d1c469866ce9bf77e39cd13fdf18ed3059 (patch)
tree03a17ecd562ff7ec8f62914dd9f7b3f027ed0a95 /skia
parent272612bfdd61b7d32a679c3ab54a72c8f26be3c5 (diff)
downloadchromium_src-db6286d1c469866ce9bf77e39cd13fdf18ed3059.zip
chromium_src-db6286d1c469866ce9bf77e39cd13fdf18ed3059.tar.gz
chromium_src-db6286d1c469866ce9bf77e39cd13fdf18ed3059.tar.bz2
Remove SK_SUPPORT_LEGACY_SAMPLER_BIAS
Activates more accurate translate-only image resampling. BUG=581870 TBR=reed@google.com Review URL: https://codereview.chromium.org/1654613002 Cr-Commit-Position: refs/heads/master@{#372584}
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 202083e..ba3cd6f 100644
--- a/skia/config/SkUserConfig.h
+++ b/skia/config/SkUserConfig.h
@@ -206,10 +206,6 @@ SK_API void SkDebugf_FileLine(const char* file, int line, bool fatal,
//
// Remove these as we update our sites.
//
-#ifndef SK_SUPPORT_LEGACY_SAMPLER_BIAS
-# define SK_SUPPORT_LEGACY_SAMPLER_BIAS
-#endif
-
#ifndef SK_SUPPORT_LEGACY_GETTOPDEVICE
# define SK_SUPPORT_LEGACY_GETTOPDEVICE
#endif