aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/GrTexture.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gpu/GrTexture.h')
-rw-r--r--include/gpu/GrTexture.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/gpu/GrTexture.h b/include/gpu/GrTexture.h
index 1f75c1f9be..215cda1e94 100644
--- a/include/gpu/GrTexture.h
+++ b/include/gpu/GrTexture.h
@@ -18,7 +18,6 @@
#include "../private/GrTypesPriv.h"
class GrTexturePriv;
-enum class SkDestinationSurfaceColorMode;
class GrTexture : virtual public GrSurface {
public:
@@ -81,7 +80,6 @@ private:
GrSamplerState::Filter fHighestFilterMode;
GrMipMapsStatus fMipMapsStatus;
int fMaxMipMapLevel;
- SkDestinationSurfaceColorMode fMipColorMode;
friend class GrTexturePriv;
typedef GrSurface INHERITED;