From 856673a816ca313a77090de1627974d7a86e4cd8 Mon Sep 17 00:00:00 2001 From: "skia.committer@gmail.com" Date: Fri, 10 Jan 2014 07:08:11 +0000 Subject: Sanitizing source files in Housekeeper-Nightly git-svn-id: http://skia.googlecode.com/svn/trunk@13008 2bbb7eff-a529-9590-31e7-b0007b416f81 --- src/gpu/gl/win/SkNativeGLContext_win.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gpu') diff --git a/src/gpu/gl/win/SkNativeGLContext_win.cpp b/src/gpu/gl/win/SkNativeGLContext_win.cpp index 08061d50c0..17b4e4ad9b 100644 --- a/src/gpu/gl/win/SkNativeGLContext_win.cpp +++ b/src/gpu/gl/win/SkNativeGLContext_win.cpp @@ -88,7 +88,7 @@ const GrGLInterface* SkNativeGLContext::createGLContext() { // We don't want the core profile when using NV path rendering (since // NV path rendering relies on fixed function calls) - if (!(fGlRenderContext = SkCreateWGLContext(fDeviceContext, 0, + if (!(fGlRenderContext = SkCreateWGLContext(fDeviceContext, 0, !GR_GL_USE_NV_PATH_RENDERING))) { SkDebugf("Could not create rendering context.\n"); this->destroyGLContext(); -- cgit v1.2.3