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 e064aec7264bb18b89d1acaf29c861536fb48c76..e458be4026fd3c91f0a912146dba10d988961906 100644 |
| --- a/src/gpu/gl/nacl/SkCreatePlatformGLContext_nacl.cpp |
| +++ b/src/gpu/gl/nacl/SkCreatePlatformGLContext_nacl.cpp |
| @@ -11,5 +11,7 @@ SkGLContext* SkCreatePlatformGLContext(GrGLStandard forcedGpuAPI, SkGLContext* s |
| SkASSERT(!shareContext); |
| return nullptr; |
| } |
| +void SkReleasePlatformGLAPIsInThread() { |
| +} |