Index: src/gpu/gl/GrGLPathProgram.h |
diff --git a/src/gpu/gl/GrGLPathProgram.h b/src/gpu/gl/GrGLPathProgram.h |
index c7ca3dc226b95ef1eb92bc6495020f0f20b4d50e..74f43e56dfa8622a6465f0e95f2556dd7bfa49e6 100644 |
--- a/src/gpu/gl/GrGLPathProgram.h |
+++ b/src/gpu/gl/GrGLPathProgram.h |
@@ -34,7 +34,7 @@ protected: |
private: |
void didSetData() override; |
virtual void setTransformData(const GrPrimitiveProcessor&, |
- const GrPendingFragmentStage&, |
+ const GrFragmentProcessor&, |
int index, |
GrGLInstalledFragProc*) override; |
void onSetRenderTargetState(const GrPrimitiveProcessor&, const GrPipeline&) override; |