| Index: src/gpu/GrDrawTarget.h
|
| diff --git a/src/gpu/GrDrawTarget.h b/src/gpu/GrDrawTarget.h
|
| index 635080337b2860431f8de216f7f045db555071ee..d77615e6555faedcf6769b187cafa92f7da3cefa 100644
|
| --- a/src/gpu/GrDrawTarget.h
|
| +++ b/src/gpu/GrDrawTarget.h
|
| @@ -278,7 +278,9 @@
|
| };
|
|
|
| void recordBatch(GrBatch*);
|
| - bool installPipelineInDrawBatch(const GrPipelineBuilder*, const GrAppliedClip*, GrDrawBatch*);
|
| + bool installPipelineInDrawBatch(const GrPipelineBuilder* pipelineBuilder,
|
| + const GrScissorState* scissor,
|
| + GrDrawBatch* batch);
|
|
|
| // Makes a copy of the dst if it is necessary for the draw. Returns false if a copy is required
|
| // but couldn't be made. Otherwise, returns true. This method needs to be protected because it
|
|
|