| Index: src/gpu/gl/builders/GrGLProgramBuilder.h
|
| diff --git a/src/gpu/gl/builders/GrGLProgramBuilder.h b/src/gpu/gl/builders/GrGLProgramBuilder.h
|
| index 76f7ae97c37df5c5091712cb75767da81e6b84bc..973ae5e07820a1e24cb228980983f4d0500d8c44 100644
|
| --- a/src/gpu/gl/builders/GrGLProgramBuilder.h
|
| +++ b/src/gpu/gl/builders/GrGLProgramBuilder.h
|
| @@ -186,7 +186,7 @@ public:
|
| * to be used.
|
| * @return true if generation was successful.
|
| */
|
| - static GrGLProgram* CreateProgram(const GrOptDrawState&, GrGpu::DrawType, GrGpuGL*);
|
| + static GrGLProgram* CreateProgram(const GrOptDrawState&, GrGpuGL*);
|
|
|
| virtual UniformHandle addUniform(uint32_t visibility,
|
| GrSLType type,
|
| @@ -246,7 +246,6 @@ protected:
|
| typedef GrGLProgramDataManager::UniformInfoArray UniformInfoArray;
|
|
|
| static GrGLProgramBuilder* CreateProgramBuilder(const GrOptDrawState&,
|
| - GrGpu::DrawType,
|
| bool hasGeometryProcessor,
|
| GrGpuGL*);
|
|
|
|
|