Index: src/gpu/GrGeometryProcessor.h |
diff --git a/src/gpu/GrGeometryProcessor.h b/src/gpu/GrGeometryProcessor.h |
index f3ae800b8030404edd9f3047b9ff2e9e32423d68..f3ec0b5af349d8d1793ca5b5902b9167bdfb1423 100644 |
--- a/src/gpu/GrGeometryProcessor.h |
+++ b/src/gpu/GrGeometryProcessor.h |
@@ -169,8 +169,6 @@ public: |
, fHasVertexColor(false) |
, fHasLocalCoords(false) {} |
- virtual const char* name() const = 0; |
- |
/* |
* This is a safeguard to prevent GPs from going beyond platform specific attribute limits. |
* This number can almost certainly be raised if required. |