| Index: src/gpu/gl/iOS/SkCreatePlatformGLContext_iOS.mm
|
| diff --git a/src/gpu/gl/iOS/SkCreatePlatformGLContext_iOS.mm b/src/gpu/gl/iOS/SkCreatePlatformGLContext_iOS.mm
|
| index b90948af442167944f223a6ef748dc8ed28c952e..e8b524d9de2e280be1de27cb13970a070dc6f458 100644
|
| --- a/src/gpu/gl/iOS/SkCreatePlatformGLContext_iOS.mm
|
| +++ b/src/gpu/gl/iOS/SkCreatePlatformGLContext_iOS.mm
|
| @@ -89,7 +89,8 @@ GrGLFuncPtr IOSGLContext::onPlatformGetProcAddress(const char* procName) const {
|
|
|
| } // anonymous namespace
|
|
|
| -SkGLContext* SkCreatePlatformGLContext(GrGLStandard forcedGpuAPI) {
|
| +SkGLContext* SkCreatePlatformGLContext(GrGLStandard forcedGpuAPI, SkGLContext* shareContext) {
|
| + SkASSERT(!shareContext);
|
| if (kGL_GrGLStandard == forcedGpuAPI) {
|
| return NULL;
|
| }
|
|
|