| Index: include/gpu/GrCaps.h
|
| diff --git a/include/gpu/GrCaps.h b/include/gpu/GrCaps.h
|
| index e28b49488a06593065b9fa333a1b380c2d35174e..9fe727c42540713786a825cdb59cb01136681bde 100644
|
| --- a/include/gpu/GrCaps.h
|
| +++ b/include/gpu/GrCaps.h
|
| @@ -255,10 +255,6 @@ public:
|
|
|
| bool immediateFlush() const { return fImmediateFlush; }
|
|
|
| - bool drawPathMasksToCompressedTexturesSupport() const {
|
| - return fDrawPathMasksToCompressedTextureSupport;
|
| - }
|
| -
|
| size_t bufferMapThreshold() const {
|
| SkASSERT(fBufferMapThreshold >= 0);
|
| return fBufferMapThreshold;
|
| @@ -333,7 +329,6 @@ private:
|
|
|
| bool fSuppressPrints : 1;
|
| bool fImmediateFlush: 1;
|
| - bool fDrawPathMasksToCompressedTextureSupport : 1;
|
|
|
| typedef SkRefCnt INHERITED;
|
| };
|
|
|