Index: src/gpu/gl/builders/GrGLVertexShaderBuilder.h |
diff --git a/src/gpu/gl/builders/GrGLVertexShaderBuilder.h b/src/gpu/gl/builders/GrGLVertexShaderBuilder.h |
index 434e7e63c6c2347483ed2655d7f792c6eae236e2..c93b3be6682c5252025a27233deb9ad3ea78f71b 100644 |
--- a/src/gpu/gl/builders/GrGLVertexShaderBuilder.h |
+++ b/src/gpu/gl/builders/GrGLVertexShaderBuilder.h |
@@ -18,7 +18,7 @@ public: |
/* |
* this call is only for GrGLProgramEffects' internal use |
*/ |
- void emitAttributes(const GrEffectStage& stage); |
+ void emitAttributes(const GrGeometryProcessor& gp); |
/** |
* Are explicit local coordinates provided as input to the vertex shader. |