Index: src/gpu/gl/GrGLProgram.h |
diff --git a/src/gpu/gl/GrGLProgram.h b/src/gpu/gl/GrGLProgram.h |
index fee6277ed8157b953374fe80d7ef416b64646ef2..c8fa1b1fece12fa24d442636f709a2c342a157a0 100644 |
--- a/src/gpu/gl/GrGLProgram.h |
+++ b/src/gpu/gl/GrGLProgram.h |
@@ -115,7 +115,7 @@ |
void setFragmentData(const GrPrimitiveProcessor&, const GrPipeline&, |
SkTArray<const GrTextureAccess*>* textureBindings); |
virtual void setTransformData(const GrPrimitiveProcessor&, |
- const GrFragmentProcessor&, |
+ const GrPendingFragmentStage&, |
int index, |
GrGLInstalledFragProc*); |