Index: include/gpu/GrTexture.h |
diff --git a/include/gpu/GrTexture.h b/include/gpu/GrTexture.h |
index 612fef4094c69ce51ae7a74113b0ab5ae04ea9b3..ecc1bb07b303b895511769081697168dc190a253 100644 |
--- a/include/gpu/GrTexture.h |
+++ b/include/gpu/GrTexture.h |
@@ -46,7 +46,7 @@ public: |
inline const GrTexturePriv texturePriv() const; |
protected: |
- GrTexture(GrGpu* gpu, bool isWrapped, const GrSurfaceDesc& desc); |
+ GrTexture(GrGpu*, LifeCycle, const GrSurfaceDesc&); |
void validateDesc() const; |