| Index: tools/viewer/sk_app/win/GLWindowContext_win.cpp
|
| diff --git a/tools/viewer/sk_app/win/GLWindowContext_win.cpp b/tools/viewer/sk_app/win/GLWindowContext_win.cpp
|
| index eca8829d3d747f25831e5a9c6d40cafda81827ca..bf1ddb9f3b26523a42dc2441bc56825a00cf9dcd 100644
|
| --- a/tools/viewer/sk_app/win/GLWindowContext_win.cpp
|
| +++ b/tools/viewer/sk_app/win/GLWindowContext_win.cpp
|
| @@ -96,7 +96,6 @@ void GLWindowContext_win::onInitializeContext() {
|
|
|
|
|
| void GLWindowContext_win::onDestroyContext() {
|
| - wglMakeCurrent(wglGetCurrentDC(), NULL);
|
| wglDeleteContext(fHGLRC);
|
| fHGLRC = NULL;
|
| }
|
|
|