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