Chromium Code Reviews| Index: src/gpu/gl/GrGLDefaultInterface_none.cpp |
| diff --git a/src/gpu/gl/GrGLDefaultInterface_none.cpp b/src/gpu/gl/GrGLDefaultInterface_none.cpp |
| index 84c7f7c3219612a8b243e2e1f5023197ed5d253f..f9e52470bc21674ac51c797fccdb31b4c7c9cf56 100644 |
| --- a/src/gpu/gl/GrGLDefaultInterface_none.cpp |
| +++ b/src/gpu/gl/GrGLDefaultInterface_none.cpp |
| @@ -8,5 +8,5 @@ |
| #include "gl/GrGLInterface.h" |
| const GrGLInterface* GrGLDefaultInterface() { |
| - return NULL; |
| + return nullptr; |
| } |