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