diff options
author | tomhudson@google.com <tomhudson@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-06-04 19:58:30 +0000 |
---|---|---|
committer | tomhudson@google.com <tomhudson@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-06-04 19:58:30 +0000 |
commit | 83e5eb8d0272da6c990aae399ab9390d2090a955 (patch) | |
tree | 4eda8f5a5a5d9ca0ea0718a94064bd79bd90dcc0 /src/gpu/gl | |
parent | 150fee575bd1e7ce092884ce0369ff95c2f08124 (diff) |
Clean up likely reference leak in Ganesh custom stages.
http://codereview.appspot.com/6286047/
git-svn-id: http://skia.googlecode.com/svn/trunk@4146 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src/gpu/gl')
-rw-r--r-- | src/gpu/gl/GrGpuGL_program.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gpu/gl/GrGpuGL_program.cpp b/src/gpu/gl/GrGpuGL_program.cpp index c230d40118..30c542232f 100644 --- a/src/gpu/gl/GrGpuGL_program.cpp +++ b/src/gpu/gl/GrGpuGL_program.cpp @@ -7,8 +7,6 @@ #include "GrGpuGL.h" -#include "effects/GrGradientEffects.h" - #include "GrCustomStage.h" #include "GrGLProgramStage.h" #include "GrGpuVertex.h" |