aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrCaps.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/GrCaps.h')
-rw-r--r--src/gpu/GrCaps.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gpu/GrCaps.h b/src/gpu/GrCaps.h
index b6758d1352..a04699f77e 100644
--- a/src/gpu/GrCaps.h
+++ b/src/gpu/GrCaps.h
@@ -51,7 +51,6 @@ public:
* Is there support for enabling/disabling sRGB writes for sRGB-capable color buffers?
*/
bool srgbWriteControl() const { return fSRGBWriteControl; }
- bool srgbDecodeDisableSupport() const { return fSRGBDecodeDisableSupport; }
bool discardRenderTargetSupport() const { return fDiscardRenderTargetSupport; }
bool gpuTracingSupport() const { return fGpuTracingSupport; }
bool oversizedStencilSupport() const { return fOversizedStencilSupport; }
@@ -287,7 +286,6 @@ protected:
bool fMipMapSupport : 1;
bool fSRGBSupport : 1;
bool fSRGBWriteControl : 1;
- bool fSRGBDecodeDisableSupport : 1;
bool fDiscardRenderTargetSupport : 1;
bool fReuseScratchTextures : 1;
bool fReuseScratchBuffers : 1;