Chromium Code Reviews| 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) { |