Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1444)

Unified Diff: skia/config/SkUserConfig.h

Issue 2472543002: remove legacy Skia flags (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: skia/config/SkUserConfig.h
diff --git a/skia/config/SkUserConfig.h b/skia/config/SkUserConfig.h
index 3cf3cf67611fa9e54b438da8eb00e6d36201c924..f2394af1b2d7454622a6f7d0b8aa17d90d9b2730 100644
--- a/skia/config/SkUserConfig.h
+++ b/skia/config/SkUserConfig.h
@@ -205,14 +205,6 @@ SK_API void SkDebugf_FileLine(const char* file, int line, bool fatal,
#define SK_SUPPORT_LEGACY_CLIP_REGIONOPS
#endif
-#ifndef SK_SUPPORT_LEGACY_COLOR_SPACE_FACTORIES
-#define SK_SUPPORT_LEGACY_COLOR_SPACE_FACTORIES
-#endif
-
-#ifndef SK_SUPPORT_LEGACY_SETIMAGEFILTER_PTR
-# define SK_SUPPORT_LEGACY_SETIMAGEFILTER_PTR
-#endif
-
// Workaround for poor anisotropic mipmap quality,
// pending Skia ripmap support.
// (https://bugs.chromium.org/p/skia/issues/detail?id=4863)

Powered by Google App Engine
This is Rietveld 408576698