aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/GrContextOptions.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gpu/GrContextOptions.h')
-rw-r--r--include/gpu/GrContextOptions.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/gpu/GrContextOptions.h b/include/gpu/GrContextOptions.h
index eea7771075..2d3151db67 100644
--- a/include/gpu/GrContextOptions.h
+++ b/include/gpu/GrContextOptions.h
@@ -90,14 +90,6 @@ struct GrContextOptions {
bool fAllowPathMaskCaching = true;
/**
- * 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;
-
- /**
* If true, the GPU will not be used to perform YUV -> RGB conversion when generating
* textures from codec-backed images.
*/