| commit | c943bd5984df80a1e138c7ae81515620ce8a68e3 | [log] [tgz] |
|---|---|---|
| author | digit@google.com <digit@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Jan 31 15:16:10 2012 +0000 |
| committer | digit@google.com <digit@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Jan 31 15:16:10 2012 +0000 |
| tree | a27d3849c107077e83de43e7bdb540d32914f8ca | |
| parent | c1ea60a9ea63fc590f11f49cd0d744e061891985 [diff] [blame] |
Remove one static initializer in src/gpu/GrGpu.cpp Review URL: https://codereview.appspot.com/5504073 git-svn-id: http://skia.googlecode.com/svn/trunk@3117 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/gpu/GrGpuGL.cpp b/src/gpu/GrGpuGL.cpp index 70d28d6..df578c9 100644 --- a/src/gpu/GrGpuGL.cpp +++ b/src/gpu/GrGpuGL.cpp
@@ -1776,7 +1776,7 @@ if (settings->isDisabled()) { if (stencilClip) { - settings = &gClipStencilSettings; + settings = GetClipStencilSettings(); } }