Index: include/gpu/GrTexture.h |
diff --git a/include/gpu/GrTexture.h b/include/gpu/GrTexture.h |
index 0284c91731dda61c190647aeb4b579cf1d7d7a2e..06ba2e41086f06915d72f5c5f80a50e264e64e13 100644 |
--- a/include/gpu/GrTexture.h |
+++ b/include/gpu/GrTexture.h |
@@ -163,10 +163,7 @@ public: |
static bool NeedsBilerp(const GrResourceKey& key); |
protected: |
- GrTextureImpl(GrGpu* gpu, bool isWrapped, const GrTextureDesc& desc) |
- : INHERITED(gpu, isWrapped, desc) |
- , fMipMapsStatus(kNotAllocated_MipMapsStatus) { |
- } |
+ GrTextureImpl(GrGpu* gpu, bool isWrapped, const GrTextureDesc& desc); |
private: |
enum MipMapsStatus { |