Index: src/gpu/gl/mac/SkCreatePlatformGLContext_mac.cpp |
diff --git a/src/gpu/gl/mac/SkCreatePlatformGLContext_mac.cpp b/src/gpu/gl/mac/SkCreatePlatformGLContext_mac.cpp |
index d1826a49e3eab379fbb3d48e7a860a27d1ff4fdd..3814556fcd03e323cc5173fd22ad95952f6ce6cc 100644 |
--- a/src/gpu/gl/mac/SkCreatePlatformGLContext_mac.cpp |
+++ b/src/gpu/gl/mac/SkCreatePlatformGLContext_mac.cpp |
@@ -126,4 +126,7 @@ SkGLContext* SkCreatePlatformGLContext(GrGLStandard forcedGpuAPI, SkGLContext* s |
return ctx; |
} |
+void SkReleasePlatformGLAPIsInThread() { |
+} |
+ |
#endif//defined(SK_BUILD_FOR_MAC) |