| Index: src/gpu/GrDrawContextPriv.h
|
| diff --git a/src/gpu/GrDrawContextPriv.h b/src/gpu/GrDrawContextPriv.h
|
| index 0641e9f2b5032ee786f4dfdc5cc7137b09edee51..8087bcf58827ec91f2a7a6dc27f7974128209963 100644
|
| --- a/src/gpu/GrDrawContextPriv.h
|
| +++ b/src/gpu/GrDrawContextPriv.h
|
| @@ -50,9 +50,10 @@ public:
|
| const SkMatrix& viewMatrix,
|
| const SkPath&);
|
|
|
| - void testingOnly_drawBatch(const GrPipelineBuilder& pipelineBuilder,
|
| + void testingOnly_drawBatch(const GrPaint&,
|
| GrDrawBatch* batch,
|
| - const GrClip* = nullptr);
|
| + const GrUserStencilSettings* = nullptr,
|
| + bool snapToCenters = false);
|
|
|
| private:
|
| explicit GrDrawContextPriv(GrDrawContext* drawContext) : fDrawContext(drawContext) {}
|
|
|