| Index: src/gpu/gl/GrGLGpu.h
|
| diff --git a/src/gpu/gl/GrGLGpu.h b/src/gpu/gl/GrGLGpu.h
|
| index e365601e1fddada89ca9ba9817eaf722f13ba065..a3582739e76d3de16bd0d95c70657e5e92360209 100644
|
| --- a/src/gpu/gl/GrGLGpu.h
|
| +++ b/src/gpu/gl/GrGLGpu.h
|
| @@ -59,7 +59,8 @@ public:
|
| void discard(GrRenderTarget*) override;
|
|
|
| // Used by GrGLProgram to configure OpenGL state.
|
| - void bindTexture(int unitIdx, const GrTextureParams& params, GrGLTexture* texture);
|
| + void bindTexture(int unitIdx, const GrTextureParams& params, bool dstConfigAllowsSRGB,
|
| + GrGLTexture* texture);
|
|
|
| bool onGetReadPixelsInfo(GrSurface* srcSurface, int readWidth, int readHeight, size_t rowBytes,
|
| GrPixelConfig readConfig, DrawPreference*,
|
|
|