| Index: include/gpu/GrTexture.h
|
| diff --git a/include/gpu/GrTexture.h b/include/gpu/GrTexture.h
|
| index 1d589eddcef3ba44504cda3e1785a263cbda6996..1aa2cbd8e122e8b9da071b62fc6abf512f35aa44 100644
|
| --- a/include/gpu/GrTexture.h
|
| +++ b/include/gpu/GrTexture.h
|
| @@ -46,11 +46,12 @@ public:
|
| inline const GrTexturePriv texturePriv() const;
|
|
|
| protected:
|
| - GrTexture(GrGpu*, LifeCycle, const GrSurfaceDesc&, GrSLType, bool wasMipMapDataProvided);
|
| + GrTexture(GrGpu*, const GrSurfaceDesc&, GrSLType, bool wasMipMapDataProvided);
|
|
|
| void validateDesc() const;
|
|
|
| private:
|
| + void computeScratchKey(GrScratchKey*) const override;
|
| size_t onGpuMemorySize() const override;
|
| void dirtyMipMaps(bool mipMapsDirty);
|
|
|
|
|