| Index: src/gpu/gl/GrGLProgram.h
|
| diff --git a/src/gpu/gl/GrGLProgram.h b/src/gpu/gl/GrGLProgram.h
|
| index c623977a91284c3b3a02daad238cd2b00651d0cc..a273a0381e0df45a073cbc0ad503ab017935de56 100644
|
| --- a/src/gpu/gl/GrGLProgram.h
|
| +++ b/src/gpu/gl/GrGLProgram.h
|
| @@ -129,9 +129,7 @@ public:
|
| * GrGpuGL object to bind the textures required by the GrGLProcessors. The color and coverage
|
| * stages come from GrGLProgramDesc::Build().
|
| */
|
| - void setData(const GrOptDrawState&,
|
| - GrGpu::DrawType,
|
| - const GrDeviceCoordTexture* dstCopy /* can be NULL*/);
|
| + void setData(const GrOptDrawState&, GrGpu::DrawType);
|
|
|
| protected:
|
| typedef GrGLProgramDataManager::UniformHandle UniformHandle;
|
|
|