commit | 8722d7c3e0ddb623a557a67b99b464d9072836bc | [log] [tgz] |
---|---|---|
author | epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Jan 31 17:18:58 2012 +0000 |
committer | epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Jan 31 17:18:58 2012 +0000 |
tree | 631b5a3e9b41fef3afa30173cac27b2f2c99ab11 | |
parent | d414666d18fa9dca1cb310bc66c574aac3d79b72 [diff] [blame] |
Roll out r3117 to alleviate http://code.google.com/p/skia/issues/detail?id=471 ('filltypespersp gm test fails with KERN_PROTECTION_FAILURE on Lion') git-svn-id: http://skia.googlecode.com/svn/trunk@3122 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/gpu/GrGpuGL.cpp b/src/gpu/GrGpuGL.cpp index df578c9..70d28d6 100644 --- a/src/gpu/GrGpuGL.cpp +++ b/src/gpu/GrGpuGL.cpp
@@ -1776,7 +1776,7 @@ if (settings->isDisabled()) { if (stencilClip) { - settings = GetClipStencilSettings(); + settings = &gClipStencilSettings; } }