aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/nacl/SkCreatePlatformGLContext_nacl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/gl/nacl/SkCreatePlatformGLContext_nacl.cpp')
-rw-r--r--src/gpu/gl/nacl/SkCreatePlatformGLContext_nacl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/gl/nacl/SkCreatePlatformGLContext_nacl.cpp b/src/gpu/gl/nacl/SkCreatePlatformGLContext_nacl.cpp
index 5cb4423897..21f30019a9 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;
}