Chromium Code Reviews| Index: src/gpu/GrPrimitiveProcessor.h |
| diff --git a/src/gpu/GrPrimitiveProcessor.h b/src/gpu/GrPrimitiveProcessor.h |
| index 6c886aeb6393543b9a5aa56f4065ce8841ffeb56..bd769e4140e31b0dcaf36c7ff2e447c6130ef487 100644 |
| --- a/src/gpu/GrPrimitiveProcessor.h |
| +++ b/src/gpu/GrPrimitiveProcessor.h |
| @@ -193,7 +193,7 @@ public: |
| struct Attribute { |
| Attribute() |
| - : fName(NULL) |
| + : fName(nullptr) |
| , fType(kFloat_GrVertexAttribType) |
| , fOffset(0) {} |
| Attribute(const char* name, GrVertexAttribType type, |