summaryrefslogtreecommitdiffstats
path: root/skia
diff options
context:
space:
mode:
authorreed <reed@google.com>2015-12-23 16:18:59 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-24 00:19:55 +0000
commit5fe799b71a33d5c57aa75690c4af2f3ebbaba676 (patch)
treec6fa83f788b28172343c567785f2b88c281e17fb /skia
parenta8761439859850fdf08f60e7cd3fe988cf7c6791 (diff)
downloadchromium_src-5fe799b71a33d5c57aa75690c4af2f3ebbaba676.zip
chromium_src-5fe799b71a33d5c57aa75690c4af2f3ebbaba676.tar.gz
chromium_src-5fe799b71a33d5c57aa75690c4af2f3ebbaba676.tar.bz2
remove SK_SUPPORT_LEGACY_LAYER_BITMAP_IMAGEFILTERS to enable optimizations for filtered drawImage
also remove SK_DISABLE_OFFSETIMAGEFILTER_OPTIMIZATION flag BUG=571905 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR= owner for cc/test/data Review URL: https://codereview.chromium.org/1500333002 Cr-Commit-Position: refs/heads/master@{#366776}
Diffstat (limited to 'skia')
-rw-r--r--skia/config/SkUserConfig.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/skia/config/SkUserConfig.h b/skia/config/SkUserConfig.h
index ab264d8..f7b0845 100644
--- a/skia/config/SkUserConfig.h
+++ b/skia/config/SkUserConfig.h
@@ -214,10 +214,6 @@ SK_API void SkDebugf_FileLine(const char* file, int line, bool fatal,
# define SK_SUPPORT_LEGACY_GETDEVICE
#endif
-#ifndef SK_SUPPORT_LEGACY_LAYER_BITMAP_IMAGEFILTERS
-# define SK_SUPPORT_LEGACY_LAYER_BITMAP_IMAGEFILTERS
-#endif
-
#ifndef SK_IGNORE_ETC1_SUPPORT
# define SK_IGNORE_ETC1_SUPPORT
#endif
@@ -245,11 +241,6 @@ SK_API void SkDebugf_FileLine(const char* file, int line, bool fatal,
*/
#define SK_ALLOW_STATIC_GLOBAL_INITIALIZERS 0
-/* Forcing the unoptimized path for the offset image filter in skia until
- * all filters used in Blink support the optimized path properly
- */
-#define SK_DISABLE_OFFSETIMAGEFILTER_OPTIMIZATION
-
/* This flag forces Skia not to use typographic metrics with GDI.
*/
#define SK_GDI_ALWAYS_USE_TEXTMETRICS_FOR_FONT_METRICS