| Index: include/gpu/GrCaps.h
|
| diff --git a/include/gpu/GrCaps.h b/include/gpu/GrCaps.h
|
| index b806dcbabc67aba5d589ce1cc6bd7c88453d539c..60f213950ebf1b843bc5d5fc48290a2f6d758e8a 100644
|
| --- a/include/gpu/GrCaps.h
|
| +++ b/include/gpu/GrCaps.h
|
| @@ -137,7 +137,6 @@
|
| /** To avoid as-yet-unnecessary complexity we don't allow any partial support of MIP Maps (e.g.
|
| only for POT textures) */
|
| bool mipMapSupport() const { return fMipMapSupport; }
|
| - bool srgbSupport() const { return fSRGBSupport; }
|
| bool twoSidedStencilSupport() const { return fTwoSidedStencilSupport; }
|
| bool stencilWrapOpsSupport() const { return fStencilWrapOpsSupport; }
|
| bool discardRenderTargetSupport() const { return fDiscardRenderTargetSupport; }
|
| @@ -269,7 +268,6 @@
|
|
|
| bool fNPOTTextureTileSupport : 1;
|
| bool fMipMapSupport : 1;
|
| - bool fSRGBSupport : 1;
|
| bool fTwoSidedStencilSupport : 1;
|
| bool fStencilWrapOpsSupport : 1;
|
| bool fDiscardRenderTargetSupport : 1;
|
|
|