Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / skia / include / gpu / GrTexture.h
index 0284c91..06ba2e4 100644 (file)
@@ -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 {