Index: src/gpu/gl/GrGLTexture.h |
diff --git a/src/gpu/gl/GrGLTexture.h b/src/gpu/gl/GrGLTexture.h |
index 8366a8dab06c9b4e58eef0d73f9c3e3ba9f71b54..0bcbb345f1536fc5c63646bb404ebb1464464ace 100644 |
--- a/src/gpu/gl/GrGLTexture.h |
+++ b/src/gpu/gl/GrGLTexture.h |
@@ -33,6 +33,7 @@ public: |
}; |
GrGLTexture(GrGLGpu*, const GrSurfaceDesc&, const IDDesc&); |
+ GrGLTexture(GrGLGpu*, const GrSurfaceDesc&, const IDDesc&, bool wasMipMapDataProvided); |
GrBackendObject getTextureHandle() const override; |