| Index: src/gpu/GrGeometryProcessor.h
|
| diff --git a/src/gpu/GrGeometryProcessor.h b/src/gpu/GrGeometryProcessor.h
|
| index 736c515e88666bfea71e263f16400c071e31cd38..97271b94d3f729fac9865f3a0eefa9d40dcaa062 100644
|
| --- a/src/gpu/GrGeometryProcessor.h
|
| +++ b/src/gpu/GrGeometryProcessor.h
|
| @@ -111,13 +111,6 @@ public:
|
| const GrPrimitiveProcessor& that,
|
| const GrBatchTracker& theirs) const = 0;
|
|
|
| - /*
|
| - * We always call canMakeEqual before makeEqual so there is no need to do any kind of equality
|
| - * testing here
|
| - * TODO make this pure virtual when primProcs can actually use it
|
| - */
|
| - virtual void makeEqual(GrBatchTracker*, const GrBatchTracker&) const {}
|
| -
|
| virtual void getInvariantOutputColor(GrInitInvariantOutput* out) const = 0;
|
| virtual void getInvariantOutputCoverage(GrInitInvariantOutput* out) const = 0;
|
|
|
|
|