| Index: src/gpu/batches/GrDrawAtlasBatch.h
|
| diff --git a/src/gpu/batches/GrDrawAtlasBatch.h b/src/gpu/batches/GrDrawAtlasBatch.h
|
| index b70f19043b67a12f7c37e74fd0d7e9b5156a7637..0a3d6136be261bb78fe5514466f11f844656dfb9 100644
|
| --- a/src/gpu/batches/GrDrawAtlasBatch.h
|
| +++ b/src/gpu/batches/GrDrawAtlasBatch.h
|
| @@ -26,10 +26,10 @@ public:
|
| const SkColor* colors) {
|
| return new GrDrawAtlasBatch(geometry, viewMatrix, spriteCount, xforms, rects, colors);
|
| }
|
| -
|
| +
|
| const char* name() const override { return "DrawAtlasBatch"; }
|
| -
|
| - void computePipelineOptimizations(GrInitInvariantOutput* color,
|
| +
|
| + void computePipelineOptimizations(GrInitInvariantOutput* color,
|
| GrInitInvariantOutput* coverage,
|
| GrBatchToXPOverrides* overrides) const override {
|
| // When this is called on a batch, there is only one geometry bundle
|
| @@ -57,10 +57,10 @@ private:
|
| bool hasColors() const { return fHasColors; }
|
| int quadCount() const { return fQuadCount; }
|
| bool coverageIgnored() const { return fCoverageIgnored; }
|
| -
|
| +
|
| bool onCombineIfPossible(GrBatch* t, const GrCaps&) override;
|
| SkSTArray<1, Geometry, true> fGeoData;
|
| -
|
| +
|
| SkMatrix fViewMatrix;
|
| GrColor fColor;
|
| int fQuadCount;
|
|
|