Index: src/gpu/GrGeometryProcessor.h |
diff --git a/src/gpu/GrGeometryProcessor.h b/src/gpu/GrGeometryProcessor.h |
index a0cfc09d4536d7cfef2e5e101ef8eb1d9784f34f..4801069005fdd21ccc4a9103e1f8b9fac4905059 100644 |
--- a/src/gpu/GrGeometryProcessor.h |
+++ b/src/gpu/GrGeometryProcessor.h |
@@ -62,10 +62,7 @@ |
virtual const char* name() const = 0; |
- /** |
- * Sets a unique key on the GrProcessorKeyBuilder that is directly associated with this geometry |
- * processor's GL backend implementation. |
- */ |
+ /** Implemented using GLProcessor::GenKey as described in this class's comment. */ |
virtual void getGLProcessorKey(const GrBatchTracker& bt, |
const GrGLCaps& caps, |
GrProcessorKeyBuilder* b) const = 0; |