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

Unified Diff: include/gpu/GrContextOptions.h

Issue 2547603002: Revert of Enable sRGB on iOS, make sRGB decode support optional (Closed)
Patch Set: Created 4 years 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 | src/gpu/gl/GrGLCaps.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/gpu/GrContextOptions.h
diff --git a/include/gpu/GrContextOptions.h b/include/gpu/GrContextOptions.h
index 93650238ab067c3ba721055507c3afe0b1faf6e1..0522b9d20bc5110868467c9568f688e5756576bf 100644
--- a/include/gpu/GrContextOptions.h
+++ b/include/gpu/GrContextOptions.h
@@ -82,14 +82,6 @@
* purposes.
*/
bool fForceSWPathMasks = false;
-
- /**
- * If true, sRGB support will not be enabled unless sRGB decoding can be disabled (via an
- * extension). If mixed use of "legacy" mode and sRGB/color-correct mode is not required, this
- * can be set to false, which will significantly expand the number of devices that qualify for
- * sRGB support.
- */
- bool fRequireDecodeDisableForSRGB = true;
};
#endif
« no previous file with comments | « no previous file | src/gpu/gl/GrGLCaps.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698