| Index: src/gpu/gl/GrGLProgram.h
|
| diff --git a/src/gpu/gl/GrGLProgram.h b/src/gpu/gl/GrGLProgram.h
|
| index fee6277ed8157b953374fe80d7ef416b64646ef2..4dfeba345c09d36db571549cdbfa36bf54259c9a 100644
|
| --- a/src/gpu/gl/GrGLProgram.h
|
| +++ b/src/gpu/gl/GrGLProgram.h
|
| @@ -94,7 +94,7 @@ public:
|
| * the program is bound before calling, and to bind the outgoing textures to their respective
|
| * units upon return. (Each index in the array corresponds to its matching GL texture unit.)
|
| */
|
| - void setData(const GrPrimitiveProcessor&, const GrPipeline&, const GrBatchTracker&,
|
| + void setData(const GrPrimitiveProcessor&, const GrPipeline&,
|
| SkTArray<const GrTextureAccess*>* textureBindings);
|
|
|
| protected:
|
|
|