Index: src/gpu/gl/glx/SkCreatePlatformGLContext_glx.cpp |
diff --git a/src/gpu/gl/glx/SkCreatePlatformGLContext_glx.cpp b/src/gpu/gl/glx/SkCreatePlatformGLContext_glx.cpp |
index 51b8ce9e6039a1ca0824bef8d8e723a863ffceaa..c8ed69f25269f17ef9251d4a2eb2b8f31b37dd89 100644 |
--- a/src/gpu/gl/glx/SkCreatePlatformGLContext_glx.cpp |
+++ b/src/gpu/gl/glx/SkCreatePlatformGLContext_glx.cpp |
@@ -342,3 +342,6 @@ SkGLContext* SkCreatePlatformGLContext(GrGLStandard forcedGpuAPI, SkGLContext* s |
} |
return ctx; |
} |
+ |
+void SkReleasePlatformGLAPIsInThread() { |
+} |