aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu
diff options
context:
space:
mode:
authorGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-01-10 07:08:11 +0000
committerGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-01-10 07:08:11 +0000
commit856673a816ca313a77090de1627974d7a86e4cd8 (patch)
tree749baf14f8a202b66f9ba0c296cbbe4ff2addc87 /src/gpu
parent83f56922e278d58a4c9172c6b45eff824368ce7d (diff)
Sanitizing source files in Housekeeper-Nightly
git-svn-id: http://skia.googlecode.com/svn/trunk@13008 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src/gpu')
-rw-r--r--src/gpu/gl/win/SkNativeGLContext_win.cpp2
1 files changed, 1 insertions, 1 deletions
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();