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

Unified Diff: src/core/SkOpts.cpp

Issue 2189193002: Experimental: Remove 2.2 special case Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 5 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 | « src/core/SkOpts.h ('k') | src/core/SkSRGB.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/core/SkOpts.cpp
diff --git a/src/core/SkOpts.cpp b/src/core/SkOpts.cpp
index 9ba7bc7178145a47bba00d718a1cc8fd4c705a02..b256c9e7e2f2bd6d6dec2c47123da289bdaf169a 100644
--- a/src/core/SkOpts.cpp
+++ b/src/core/SkOpts.cpp
@@ -72,11 +72,9 @@ namespace SkOpts {
DEFINE_DEFAULT(srcover_srgb_srgb);
- DEFINE_DEFAULT(color_xform_RGB1_to_2dot2);
DEFINE_DEFAULT(color_xform_RGB1_to_srgb);
DEFINE_DEFAULT(color_xform_RGB1_to_table);
DEFINE_DEFAULT(color_xform_RGB1_to_linear);
- DEFINE_DEFAULT(color_xform_RGB1_to_2dot2_swaprb);
DEFINE_DEFAULT(color_xform_RGB1_to_srgb_swaprb);
DEFINE_DEFAULT(color_xform_RGB1_to_table_swaprb);
#undef DEFINE_DEFAULT
« no previous file with comments | « src/core/SkOpts.h ('k') | src/core/SkSRGB.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698