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