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

Unified Diff: skia/config/SkUserConfig.h

Issue 2679323005: Update callsites to new SkColorSpace API, delete legacy flag (Closed)
Patch Set: Formatting Created 3 years, 10 months 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
« no previous file with comments | « no previous file | skia/public/interfaces/bitmap_skbitmap_struct_traits.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/config/SkUserConfig.h
diff --git a/skia/config/SkUserConfig.h b/skia/config/SkUserConfig.h
index 9935a090683ef771fa97439988f3fee4afe1b974..e512e7f165106630813fccd4961593c5c6a85113 100644
--- a/skia/config/SkUserConfig.h
+++ b/skia/config/SkUserConfig.h
@@ -210,10 +210,6 @@ SK_API void SkDebugf_FileLine(const char* file, int line, bool fatal,
# define SK_DISABLE_COLOR_XFORM_PIPELINE
#endif
-#ifndef SK_USE_LEGACY_NAMED_COLOR_SPACE
-# define SK_USE_LEGACY_NAMED_COLOR_SPACE
-#endif
-
#ifndef SK_SUPPORT_LEGACY_BITMAP_SETPIXELREF
# define SK_SUPPORT_LEGACY_BITMAP_SETPIXELREF
#endif
« no previous file with comments | « no previous file | skia/public/interfaces/bitmap_skbitmap_struct_traits.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698