aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/GrGLProgram.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/gl/GrGLProgram.h')
-rw-r--r--src/gpu/gl/GrGLProgram.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gpu/gl/GrGLProgram.h b/src/gpu/gl/GrGLProgram.h
index 68bb8ff2d4..88fc02201e 100644
--- a/src/gpu/gl/GrGLProgram.h
+++ b/src/gpu/gl/GrGLProgram.h
@@ -194,9 +194,9 @@ private:
SkAutoTDelete<GrGLProgramEffects> fColorEffects;
SkAutoTDelete<GrGLProgramEffects> fCoverageEffects;
-
+
GrGLProgramDesc fDesc;
-
+
GrGpuGL* fGpu;
SkAutoTUnref<GrGLUniformManager> fUniformManager;