| Index: src/gpu/batches/GrDrawVerticesBatch.h
|
| diff --git a/src/gpu/batches/GrDrawVerticesBatch.h b/src/gpu/batches/GrDrawVerticesBatch.h
|
| index 8503b0121e28bf991c9822bf73972c3177fd5fdf..33647df861979e921595bf7e57801fdce2284e2b 100644
|
| --- a/src/gpu/batches/GrDrawVerticesBatch.h
|
| +++ b/src/gpu/batches/GrDrawVerticesBatch.h
|
| @@ -42,15 +42,15 @@ public:
|
|
|
| const char* name() const override { return "DrawVerticesBatch"; }
|
|
|
| - void getInvariantOutputColor(GrInitInvariantOutput* out) const override;
|
| -
|
| - void getInvariantOutputCoverage(GrInitInvariantOutput* out) const override;
|
| + void computePipelineOptimizations(GrInitInvariantOutput* color,
|
| + GrInitInvariantOutput* coverage,
|
| + GrBatchToXPOverrides* overrides) const override;
|
|
|
| SkSTArray<1, Geometry, true>* geoData() { return &fGeoData; }
|
|
|
| private:
|
| void onPrepareDraws(Target*) override;
|
| - void initBatchTracker(const GrPipelineOptimizations&) override;
|
| + void initBatchTracker(const GrXPOverridesForBatch&) override;
|
|
|
| GrDrawVerticesBatch(const Geometry& geometry, GrPrimitiveType primitiveType,
|
| const SkMatrix& viewMatrix,
|
|
|