| Index: src/gpu/gl/GrGLGpu.h
|
| diff --git a/src/gpu/gl/GrGLGpu.h b/src/gpu/gl/GrGLGpu.h
|
| index 1ad519a5cee27902014fab469a165a0935b1c45d..b1e8df3a02f9a102f11ff7ed7ebd74ca497802c6 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, GrSRGBPolicy srgbPolicy,
|
| + GrGLTexture* texture);
|
|
|
| bool onGetReadPixelsInfo(GrSurface* srcSurface, int readWidth, int readHeight, size_t rowBytes,
|
| GrPixelConfig readConfig, DrawPreference*,
|
|
|