| Index: src/gpu/gl/GrGLGpu.h
|
| diff --git a/src/gpu/gl/GrGLGpu.h b/src/gpu/gl/GrGLGpu.h
|
| index a14095d88867bc009452c17c875b484e51b41097..3f8e8fd352c32d088de8038eff2315293f7237bd 100644
|
| --- a/src/gpu/gl/GrGLGpu.h
|
| +++ b/src/gpu/gl/GrGLGpu.h
|
| @@ -284,11 +284,7 @@ private:
|
| void flushHWAAState(GrRenderTarget* rt, bool useHWAA);
|
|
|
| void generateConfigTable();
|
| - bool configToGLFormats(GrPixelConfig config,
|
| - bool getSizedInternal,
|
| - GrGLenum* internalFormat,
|
| - GrGLenum* externalFormat,
|
| - GrGLenum* externalType) const;
|
| +
|
| // helper for onCreateTexture and writeTexturePixels
|
| bool uploadTexData(const GrSurfaceDesc& desc,
|
| GrGLenum target,
|
|
|