aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrPathProcessor.h
diff options
context:
space:
mode:
authorGravatar bsalomon <bsalomon@google.com>2015-09-09 09:48:06 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-09-09 09:48:06 -0700
commit1fcc01c4158bd68c679569e6c7cfbb302d0ce170 (patch)
tree2d3d41bf771e9433ed6a26b0e2e710f1c87a5391 /src/gpu/GrPathProcessor.h
parent5ca4fa3846067a47e88d35ace895df3ebe3ec2a5 (diff)
GrPathRangeBatch
Diffstat (limited to 'src/gpu/GrPathProcessor.h')
-rw-r--r--src/gpu/GrPathProcessor.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gpu/GrPathProcessor.h b/src/gpu/GrPathProcessor.h
index 57c5a8ba12..2a101107f2 100644
--- a/src/gpu/GrPathProcessor.h
+++ b/src/gpu/GrPathProcessor.h
@@ -31,9 +31,9 @@ public:
void initBatchTracker(GrBatchTracker*, const GrPipelineOptimizations&) const override;
- bool canMakeEqual(const GrBatchTracker& mine,
- const GrPrimitiveProcessor& that,
- const GrBatchTracker& theirs) const override;
+ bool isEqual(const GrBatchTracker& mine,
+ const GrPrimitiveProcessor& that,
+ const GrBatchTracker& theirs) const;
const char* name() const override { return "PathProcessor"; }