Chromium Code Reviews| Index: src/gpu/gl/debug/GrBufferObj.h |
| diff --git a/src/gpu/gl/debug/GrBufferObj.h b/src/gpu/gl/debug/GrBufferObj.h |
| index 3c7a30b6d330744e27fefc3dbe16a1e643b7c81a..65b1caf8200082eac2d7f10c7d3dfb9ff05db4db 100644 |
| --- a/src/gpu/gl/debug/GrBufferObj.h |
| +++ b/src/gpu/gl/debug/GrBufferObj.h |
| @@ -19,7 +19,7 @@ class GrBufferObj : public GrFakeRefObj { |
| public: |
| GrBufferObj() |
| : GrFakeRefObj() |
| - , fDataPtr(NULL) |
| + , fDataPtr(nullptr) |
| , fMapped(false) |
| , fBound(false) |
| , fSize(0) |