Index: src/gpu/gl/GrGLGpu.h |
diff --git a/src/gpu/gl/GrGLGpu.h b/src/gpu/gl/GrGLGpu.h |
index e5cd7a9a9d1de3c1edf7723de98628eaa2880fef..4872db7309d656ccea5bb92b5767a99be2469681 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 |