| Index: src/gpu/gl/GrGpuGL.h
|
| diff --git a/src/gpu/gl/GrGpuGL.h b/src/gpu/gl/GrGpuGL.h
|
| index 24ab4ec14d6a941803e84c8e88b035b522151a2c..056f0935eca6a1db4d235827ab076ea391ec8c7d 100644
|
| --- a/src/gpu/gl/GrGpuGL.h
|
| +++ b/src/gpu/gl/GrGpuGL.h
|
| @@ -181,7 +181,10 @@
|
| void abandon();
|
| GrGLProgram* getProgram(const GrOptDrawState&,
|
| const GrGLProgramDesc&,
|
| - DrawType);
|
| + DrawType,
|
| + const GrGeometryStage* geometryProcessor,
|
| + const GrFragmentStage* colorStages[],
|
| + const GrFragmentStage* coverageStages[]);
|
|
|
| private:
|
| enum {
|
|
|