| Index: src/gpu/GrGeometryProcessor.h
|
| diff --git a/src/gpu/GrGeometryProcessor.h b/src/gpu/GrGeometryProcessor.h
|
| index 232b73ef0748dd6d7f2be7052561255f8365e692..4d041d64bc91be14cadf53deebe326f62d48a5b4 100644
|
| --- a/src/gpu/GrGeometryProcessor.h
|
| +++ b/src/gpu/GrGeometryProcessor.h
|
| @@ -26,17 +26,6 @@ public:
|
|
|
| bool willUseGeoShader() const override { return fWillUseGeoShader; }
|
|
|
| - // TODO delete when paths are in batch
|
| - void initBatchTracker(GrBatchTracker*, const GrPipelineOptimizations&) const override {}
|
| -
|
| - // TODO Delete when paths are in batch
|
| - void getInvariantOutputColor(GrInitInvariantOutput* out) const override {
|
| - SkFAIL("Unsupported\n");
|
| - }
|
| - void getInvariantOutputCoverage(GrInitInvariantOutput* out) const override {
|
| - SkFAIL("Unsupported\n");
|
| - }
|
| -
|
| bool hasTransformedLocalCoords() const override {
|
| return kHasTransformed_LocalCoordsType == fLocalCoordsType;
|
| }
|
|
|