Index: src/gpu/batches/GrAtlasTextBatch.h |
diff --git a/src/gpu/batches/GrAtlasTextBatch.h b/src/gpu/batches/GrAtlasTextBatch.h |
index 5997d4916781cd56abe2093d6d997fe62d3f3b20..1e6d953f7dca0a81694f8c50be4c34d36c629258 100644 |
--- a/src/gpu/batches/GrAtlasTextBatch.h |
+++ b/src/gpu/batches/GrAtlasTextBatch.h |
@@ -102,10 +102,6 @@ public: |
SkString dumpInfo() const override; |
- void getInvariantOutputColor(GrInitInvariantOutput* out) const override; |
- |
- void getInvariantOutputCoverage(GrInitInvariantOutput* out) const override; |
- |
static size_t GetVertexStride(GrMaskFormat maskFormat) { |
switch (maskFormat) { |
case kA8_GrMaskFormat: |
@@ -126,8 +122,14 @@ public: |
} |
} |
+protected: |
+ void computePipelineOptimizations(GrInitInvariantOutput* color, |
+ GrInitInvariantOutput* coverage, |
+ GrBatchToXPOverrides* overrides) const override; |
+ |
+ |
private: |
- void initBatchTracker(const GrPipelineOptimizations& opt) override; |
+ void initBatchTracker(const GrXPOverridesForBatch& overrides) override; |
struct FlushInfo { |
SkAutoTUnref<const GrVertexBuffer> fVertexBuffer; |