| Index: src/gpu/GrGeometryProcessor.h
|
| diff --git a/src/gpu/GrGeometryProcessor.h b/src/gpu/GrGeometryProcessor.h
|
| index 72f4d24bf9158f107648f05915b6620006d6d148..232b73ef0748dd6d7f2be7052561255f8365e692 100644
|
| --- a/src/gpu/GrGeometryProcessor.h
|
| +++ b/src/gpu/GrGeometryProcessor.h
|
| @@ -29,14 +29,6 @@ public:
|
| // TODO delete when paths are in batch
|
| void initBatchTracker(GrBatchTracker*, const GrPipelineOptimizations&) const override {}
|
|
|
| - // TODO delete this when paths are in batch
|
| - bool canMakeEqual(const GrBatchTracker& mine,
|
| - const GrPrimitiveProcessor& that,
|
| - const GrBatchTracker& theirs) const override {
|
| - SkFAIL("Unsupported\n");
|
| - return false;
|
| - }
|
| -
|
| // TODO Delete when paths are in batch
|
| void getInvariantOutputColor(GrInitInvariantOutput* out) const override {
|
| SkFAIL("Unsupported\n");
|
|
|