| Index: src/gpu/gl/GrGLTexture.h
|
| diff --git a/src/gpu/gl/GrGLTexture.h b/src/gpu/gl/GrGLTexture.h
|
| index 8366a8dab06c9b4e58eef0d73f9c3e3ba9f71b54..937b8be13edd0b3d0a3e998be62aec19fb65b1e1 100644
|
| --- a/src/gpu/gl/GrGLTexture.h
|
| +++ b/src/gpu/gl/GrGLTexture.h
|
| @@ -23,6 +23,7 @@ public:
|
| GrGLenum fMagFilter;
|
| GrGLenum fWrapS;
|
| GrGLenum fWrapT;
|
| + GrGLenum fMaxMipMapLevel;
|
| GrGLenum fSwizzleRGBA[4];
|
| void invalidate() { memset(this, 0xff, sizeof(TexParams)); }
|
| };
|
| @@ -33,6 +34,7 @@ public:
|
| };
|
|
|
| GrGLTexture(GrGLGpu*, const GrSurfaceDesc&, const IDDesc&);
|
| + GrGLTexture(GrGLGpu*, const GrSurfaceDesc&, const IDDesc&, bool wasMipMapDataProvided);
|
|
|
| GrBackendObject getTextureHandle() const override;
|
|
|
|
|