Index: src/gpu/gl/GrGLCaps.h |
diff --git a/src/gpu/gl/GrGLCaps.h b/src/gpu/gl/GrGLCaps.h |
index 01ce5bb19d75791bd3719393b7b960e65b2c78b0..bbfdaef9b09675a7e78fb6a2d069f9222cef5572 100644 |
--- a/src/gpu/gl/GrGLCaps.h |
+++ b/src/gpu/gl/GrGLCaps.h |
@@ -252,8 +252,6 @@ public: |
bool isCoreProfile() const { return fIsCoreProfile; } |
- bool fullClearIsFree() const { return fFullClearIsFree; } |
- |
bool bindFragDataLocationSupport() const { return fBindFragDataLocationSupport; } |
/** |
@@ -380,7 +378,6 @@ private: |
bool fMultisampleDisableSupport : 1; |
bool fUseNonVBOVertexAndIndexDynamicData : 1; |
bool fIsCoreProfile : 1; |
- bool fFullClearIsFree : 1; |
bool fBindFragDataLocationSupport : 1; |
bool fSRGBWriteControl : 1; |
bool fRGBA8888PixelsOpsAreSlow : 1; |