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 21f30019a9b5c8775e18ce9408c02dfa7751f7b6..e064aec7264bb18b89d1acaf29c861536fb48c76 100644 |
--- a/src/gpu/gl/nacl/SkCreatePlatformGLContext_nacl.cpp |
+++ b/src/gpu/gl/nacl/SkCreatePlatformGLContext_nacl.cpp |
@@ -7,7 +7,8 @@ |
*/ |
#include "gl/SkGLContext.h" |
-SkGLContext* SkCreatePlatformGLContext(GrGLStandard forcedGpuAPI) { |
+SkGLContext* SkCreatePlatformGLContext(GrGLStandard forcedGpuAPI, SkGLContext* shareContext) { |
+ SkASSERT(!shareContext); |
return nullptr; |
} |