| Index: src/gpu/gl/GrGLProgram.h
|
| diff --git a/src/gpu/gl/GrGLProgram.h b/src/gpu/gl/GrGLProgram.h
|
| index bd4d6a33aef3e29f1377571034cbaa4c5ac4af48..d30169d4d0c3c4af2b981f21060e3f3691f094a0 100644
|
| --- a/src/gpu/gl/GrGLProgram.h
|
| +++ b/src/gpu/gl/GrGLProgram.h
|
| @@ -95,7 +95,8 @@ public:
|
| * GrGLGpu object to bind the textures required by the GrGLProcessors. The color and coverage
|
| * stages come from GrGLProgramDesc::Build().
|
| */
|
| - void setData(const GrPrimitiveProcessor&, const GrOptDrawState&, const GrBatchTracker&);
|
| + void setData(const GrPrimitiveProcessor&, const GrOptDrawState&, const GrBatchTracker&,
|
| + GrGpu::DrawType);
|
|
|
| protected:
|
| typedef GrGLProgramDataManager::UniformHandle UniformHandle;
|
|
|