Chromium Code Reviews| Index: src/gpu/gl/nacl/SkCreatePlatformGLContext_nacl.cpp |
| diff --git a/src/gpu/gl/nacl/SkCreatePlatformGLContext_nacl.cpp b/src/gpu/gl/nacl/SkCreatePlatformGLContext_nacl.cpp |
| index 5cb44238973f115b5f712e5790f37d6149ecc5e8..21f30019a9b5c8775e18ce9408c02dfa7751f7b6 100644 |
| --- a/src/gpu/gl/nacl/SkCreatePlatformGLContext_nacl.cpp |
| +++ b/src/gpu/gl/nacl/SkCreatePlatformGLContext_nacl.cpp |
| @@ -8,7 +8,7 @@ |
| #include "gl/SkGLContext.h" |
| SkGLContext* SkCreatePlatformGLContext(GrGLStandard forcedGpuAPI) { |
| - return NULL; |
| + return nullptr; |
| } |