aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/GrGLCaps.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/gl/GrGLCaps.h')
-rw-r--r--src/gpu/gl/GrGLCaps.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gpu/gl/GrGLCaps.h b/src/gpu/gl/GrGLCaps.h
index 27e42582c0..a5318ebde8 100644
--- a/src/gpu/gl/GrGLCaps.h
+++ b/src/gpu/gl/GrGLCaps.h
@@ -10,7 +10,6 @@
#ifndef GrGLCaps_DEFINED
#define GrGLCaps_DEFINED
-#include "GrGLColorConversionTest.h"
#include "GrGLStencilBuffer.h"
class GrGLContextInfo;
@@ -103,10 +102,6 @@ public:
GrPixelConfig config,
const GrGLStencilBuffer::Format& format) const;
- GrGLByteColorConversion byteColorConversion() const {
- return fByteColorConversion;
- }
-
/**
* Reports the type of MSAA FBO support.
*/
@@ -216,7 +211,6 @@ private:
int fMaxFragmentUniformVectors;
MSFBOType fMSFBOType;
- GrGLByteColorConversion fByteColorConversion;
bool fRGBA8RenderbufferSupport : 1;
bool fBGRAFormatSupport : 1;