Index: src/gpu/gl/GrGLCaps.h |
=================================================================== |
--- src/gpu/gl/GrGLCaps.h (revision 8174) |
+++ src/gpu/gl/GrGLCaps.h (working copy) |
@@ -138,11 +138,6 @@ |
MSFBOType msFBOType() const { return fMSFBOType; } |
/** |
- * Reports the maximum number of samples supported. |
- */ |
- int maxSampleCount() const { return fMaxSampleCount; } |
- |
- /** |
* Reports the type of coverage sample AA support. |
*/ |
CoverageAAType coverageAAType() const { return fCoverageAAType; } |
@@ -289,7 +284,6 @@ |
int fMaxVertexAttributes; |
MSFBOType fMSFBOType; |
- int fMaxSampleCount; |
CoverageAAType fCoverageAAType; |
SkTDArray<MSAACoverageMode> fMSAACoverageModes; |