Index: src/gpu/gl/egl/SkCreatePlatformGLContext_egl.cpp |
diff --git a/src/gpu/gl/egl/SkCreatePlatformGLContext_egl.cpp b/src/gpu/gl/egl/SkCreatePlatformGLContext_egl.cpp |
index bf939730ca813ad209a78c1b48734de80174aba5..b372b04d56fa2c15432d08ee9df6d5c01bad01ef 100644 |
--- a/src/gpu/gl/egl/SkCreatePlatformGLContext_egl.cpp |
+++ b/src/gpu/gl/egl/SkCreatePlatformGLContext_egl.cpp |
@@ -331,3 +331,6 @@ SkGLContext* SkCreatePlatformGLContext(GrGLStandard forcedGpuAPI, SkGLContext* s |
return ctx; |
} |
+void SkReleasePlatformGLAPIsInThread() { |
+ eglReleaseThread(); |
+} |