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

Unified Diff: src/gpu/GrContextFactory.h

Issue 1846603002: Enable gpusrgb config on bots. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: re-generate json Created 4 years, 9 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 | « dm/DM.cpp ('k') | src/gpu/GrContextFactory.cpp » ('j') | tools/dm_flags.json » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/gpu/GrContextFactory.h
diff --git a/src/gpu/GrContextFactory.h b/src/gpu/GrContextFactory.h
index 7afa3108c69d8984e0d63cd76350570dc764d4be..1bc1e21fbbd1828a48c562d39cd3aba7e9bb9254 100644
--- a/src/gpu/GrContextFactory.h
+++ b/src/gpu/GrContextFactory.h
@@ -53,6 +53,7 @@ public:
enum GLContextOptions {
kNone_GLContextOptions = 0,
kEnableNVPR_GLContextOptions = 0x1,
+ kRequireSRGBSupport_GLContextOptions = 0x2,
};
static bool IsRenderingGLContext(GLContextType type) {
« no previous file with comments | « dm/DM.cpp ('k') | src/gpu/GrContextFactory.cpp » ('j') | tools/dm_flags.json » ('J')

Powered by Google App Engine
This is Rietveld 408576698