Chromium Code Reviews| Index: src/gpu/gl/win/SkCreatePlatformGLContext_win.cpp |
| diff --git a/src/gpu/gl/win/SkCreatePlatformGLContext_win.cpp b/src/gpu/gl/win/SkCreatePlatformGLContext_win.cpp |
| index 6cc11439bf9153b82df924d8534c83c6eed960c0..bd69c3dcac993b63d62eed30395c92722435b15e 100644 |
| --- a/src/gpu/gl/win/SkCreatePlatformGLContext_win.cpp |
| +++ b/src/gpu/gl/win/SkCreatePlatformGLContext_win.cpp |
| @@ -200,3 +200,5 @@ SkGLContext* SkCreatePlatformGLContext(GrGLStandard forcedGpuAPI, SkGLContext* s |
| return ctx; |
| } |
| +void SkReleasePlatformGLAPIsInThread() { |
| +} |