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