| Index: src/gpu/gl/win/SkNativeGLContext_win.cpp
|
| ===================================================================
|
| --- src/gpu/gl/win/SkNativeGLContext_win.cpp (revision 8015)
|
| +++ src/gpu/gl/win/SkNativeGLContext_win.cpp (working copy)
|
| @@ -86,7 +86,7 @@
|
| return NULL;
|
| }
|
|
|
| - if (!(fGlRenderContext = SkCreateWGLContext(fDeviceContext, 0, false))) {
|
| + if (!(fGlRenderContext = SkCreateWGLContext(fDeviceContext, 0, true))) {
|
| SkDebugf("Could not create rendering context.\n");
|
| this->destroyGLContext();
|
| return NULL;
|
|
|