| Index: src/gpu/batches/GrDrawAtlasBatch.h
|
| diff --git a/src/gpu/batches/GrDrawAtlasBatch.h b/src/gpu/batches/GrDrawAtlasBatch.h
|
| index c7ee9f3e376a18e858ea91a8945c32fa231a609a..e7dd9bfbd041cf00fe908800aa57da8259c2af8e 100644
|
| --- a/src/gpu/batches/GrDrawAtlasBatch.h
|
| +++ b/src/gpu/batches/GrDrawAtlasBatch.h
|
| @@ -40,17 +40,17 @@ public:
|
| void getInvariantOutputCoverage(GrInitInvariantOutput* out) const override {
|
| out->setKnownSingleComponent(0xff);
|
| }
|
| -
|
| - void initBatchTracker(const GrPipelineOptimizations&) override;
|
| -
|
| +
|
| SkSTArray<1, Geometry, true>* geoData() { return &fGeoData; }
|
| -
|
| +
|
| private:
|
| void onPrepareDraws(Target*) override;
|
|
|
| + void initBatchTracker(const GrPipelineOptimizations&) override;
|
| +
|
| GrDrawAtlasBatch(const Geometry& geometry, const SkMatrix& viewMatrix, int spriteCount,
|
| const SkRSXform* xforms, const SkRect* rects, const SkColor* colors);
|
| -
|
| +
|
| GrColor color() const { return fColor; }
|
| bool colorIgnored() const { return fColorIgnored; }
|
| const SkMatrix& viewMatrix() const { return fViewMatrix; }
|
|
|