| Index: src/gpu/gl/GrGLCaps.h
|
| diff --git a/src/gpu/gl/GrGLCaps.h b/src/gpu/gl/GrGLCaps.h
|
| index 0939f80c26562909f8b250e695d7684d19f5e3d5..21176d16dd80458278c1deb663885373d89af501 100644
|
| --- a/src/gpu/gl/GrGLCaps.h
|
| +++ b/src/gpu/gl/GrGLCaps.h
|
| @@ -245,9 +245,6 @@ public:
|
|
|
| bool fixedFunctionSupport() const { return fFixedFunctionSupport; }
|
|
|
| - /// Is there support for discarding the frame buffer
|
| - bool discardFBSupport() const { return fDiscardFBSupport; }
|
| -
|
| bool fullClearIsFree() const { return fFullClearIsFree; }
|
|
|
| bool dropsTileOnZeroDivide() const { return fDropsTileOnZeroDivide; }
|
| @@ -332,7 +329,6 @@ private:
|
| bool fUseNonVBOVertexAndIndexDynamicData : 1;
|
| bool fIsCoreProfile : 1;
|
| bool fFixedFunctionSupport : 1;
|
| - bool fDiscardFBSupport : 1;
|
| bool fFullClearIsFree : 1;
|
| bool fDropsTileOnZeroDivide : 1;
|
|
|
|
|