Index: src/gpu/gl/GrGLGpu.h |
diff --git a/src/gpu/gl/GrGLGpu.h b/src/gpu/gl/GrGLGpu.h |
index 3d6c9fe3a8a22ba5d2b00b7c28953fbdbf311bf4..98d0ffcd33fda92912980e33ec0f7221b9ae6df5 100644 |
--- a/src/gpu/gl/GrGLGpu.h |
+++ b/src/gpu/gl/GrGLGpu.h |
@@ -54,7 +54,8 @@ |
void discard(GrRenderTarget*) override; |
- // Used by GrGLProgram to configure OpenGL state. |
+ // Used by GrGLProgram and GrGLPathTexGenProgramEffects to configure OpenGL |
+ // state. |
void bindTexture(int unitIdx, const GrTextureParams& params, GrGLTexture* texture); |
// GrGpu overrides |