| Index: src/gpu/gl/GrGpuGL.h
|
| diff --git a/src/gpu/gl/GrGpuGL.h b/src/gpu/gl/GrGpuGL.h
|
| index 7ace6788d17a4af0a3fa42060f28ba817d1f7951..056f0935eca6a1db4d235827ab076ea391ec8c7d 100644
|
| --- a/src/gpu/gl/GrGpuGL.h
|
| +++ b/src/gpu/gl/GrGpuGL.h
|
| @@ -179,8 +179,9 @@ private:
|
| ~ProgramCache();
|
|
|
| void abandon();
|
| - GrGLProgram* getProgram(const GrOptDrawState& optState,
|
| - const GrGLProgramDesc& desc,
|
| + GrGLProgram* getProgram(const GrOptDrawState&,
|
| + const GrGLProgramDesc&,
|
| + DrawType,
|
| const GrGeometryStage* geometryProcessor,
|
| const GrFragmentStage* colorStages[],
|
| const GrFragmentStage* coverageStages[]);
|
|
|