| Index: src/gpu/GrPathProcessor.cpp
|
| diff --git a/src/gpu/GrPathProcessor.cpp b/src/gpu/GrPathProcessor.cpp
|
| index 3a5ab44da15567f65d6414326371b4c2619095b2..b6f174d8015d0cfcda762a2f36db7cc7b81786a7 100644
|
| --- a/src/gpu/GrPathProcessor.cpp
|
| +++ b/src/gpu/GrPathProcessor.cpp
|
| @@ -46,9 +46,9 @@ void GrPathProcessor::initBatchTracker(GrBatchTracker* bt, const GrPipelineOptim
|
| local->fUsesLocalCoords = opt.readsLocalCoords();
|
| }
|
|
|
| -bool GrPathProcessor::canMakeEqual(const GrBatchTracker& m,
|
| - const GrPrimitiveProcessor& that,
|
| - const GrBatchTracker& t) const {
|
| +bool GrPathProcessor::isEqual(const GrBatchTracker& m,
|
| + const GrPrimitiveProcessor& that,
|
| + const GrBatchTracker& t) const {
|
| if (this->classID() != that.classID() || !this->hasSameTextureAccesses(that)) {
|
| return false;
|
| }
|
|
|