aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrGeometryProcessor.h
diff options
context:
space:
mode:
authorGravatar joshualitt <joshualitt@chromium.org>2015-01-20 09:08:51 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-01-20 09:08:52 -0800
commit873ad0e0b4d67bdc7bad025018f597450e7004c6 (patch)
tree5f9ec6f5fa8bff319bb2479f8b8e0375ee2c4f54 /src/gpu/GrGeometryProcessor.h
parent94443b8718fa194bb2077324eade66bd68f99b54 (diff)
BUG=skia:
Diffstat (limited to 'src/gpu/GrGeometryProcessor.h')
-rw-r--r--src/gpu/GrGeometryProcessor.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/gpu/GrGeometryProcessor.h b/src/gpu/GrGeometryProcessor.h
index 736c515e88..97271b94d3 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;