Chromium Code Reviews| 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 5be351f52e8414494954bab11cbba3edcd7f33ee..49b40cc52ae1e858709233f1775b13bb07888466 100644 |
| --- a/src/gpu/gl/iOS/SkCreatePlatformGLContext_iOS.mm |
| +++ b/src/gpu/gl/iOS/SkCreatePlatformGLContext_iOS.mm |
| @@ -104,3 +104,6 @@ SkGLContext* SkCreatePlatformGLContext(GrGLStandard forcedGpuAPI, SkGLContext* s |
| } |
| return ctx; |
| } |
| + |
| +void SkReleasePlatformGLAPIsInThread() { |
| +} |