| Index: tools/gpu/gl/win/CreatePlatformGLTestContext_win.cpp
|
| diff --git a/tools/gpu/gl/win/CreatePlatformGLTestContext_win.cpp b/tools/gpu/gl/win/CreatePlatformGLTestContext_win.cpp
|
| index 3d70be82cd07328607236ff8a01f634f87b09d68..4162b8f42d0fc172265c1e50673e67b5bb7d62c7 100644
|
| --- a/tools/gpu/gl/win/CreatePlatformGLTestContext_win.cpp
|
| +++ b/tools/gpu/gl/win/CreatePlatformGLTestContext_win.cpp
|
| @@ -92,7 +92,7 @@ WinGLTestContext::WinGLTestContext(GrGLStandard forcedGpuAPI)
|
| HGLRC glrc;
|
|
|
| if (nullptr == fPbufferContext) {
|
| - if (!(fGlRenderContext = SkCreateWGLContext(fDeviceContext, 0, contextType))) {
|
| + if (!(fGlRenderContext = SkCreateWGLContext(fDeviceContext, 0, false, contextType))) {
|
| SkDebugf("Could not create rendering context.\n");
|
| this->destroyGLContext();
|
| return;
|
|
|