Index: include/gpu/GrTexture.h |
diff --git a/include/gpu/GrTexture.h b/include/gpu/GrTexture.h |
index 1d589eddcef3ba44504cda3e1785a263cbda6996..087d6c8b4982c96508e0234bf9599915239e00cb 100644 |
--- a/include/gpu/GrTexture.h |
+++ b/include/gpu/GrTexture.h |
@@ -46,7 +46,8 @@ public: |
inline const GrTexturePriv texturePriv() const; |
protected: |
- GrTexture(GrGpu*, LifeCycle, const GrSurfaceDesc&, GrSLType, bool wasMipMapDataProvided); |
+ GrTexture(GrGpu*, const GrSurfaceDesc&, GrSLType, bool wasMipMapDataProvided); |
+ void computeScratchKey(GrScratchKey*) const override; |
void validateDesc() const; |