aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/builders/GrGLGeometryShaderBuilder.h
diff options
context:
space:
mode:
authorGravatar joshualitt <joshualitt@chromium.org>2015-02-13 17:18:27 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-02-13 17:18:27 -0800
commit43466a1ade066f96823dbc7963767da3973afd91 (patch)
treef019f41b7d91d888a3eb28aae34a6233973455d9 /src/gpu/gl/builders/GrGLGeometryShaderBuilder.h
parentb8a82f2bce265a09173a90dfbe4ce78e52347ba4 (diff)
Multi-string shaders
Diffstat (limited to 'src/gpu/gl/builders/GrGLGeometryShaderBuilder.h')
-rw-r--r--src/gpu/gl/builders/GrGLGeometryShaderBuilder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/gl/builders/GrGLGeometryShaderBuilder.h b/src/gpu/gl/builders/GrGLGeometryShaderBuilder.h
index 88fa298823..c4c019be18 100644
--- a/src/gpu/gl/builders/GrGLGeometryShaderBuilder.h
+++ b/src/gpu/gl/builders/GrGLGeometryShaderBuilder.h
@@ -22,7 +22,7 @@ private:
*/
void addVarying(const char* name, GrGLVarying*);
- bool compileAndAttachShaders(GrGLuint programId, SkTDArray<GrGLuint>* shaderIds) const;
+ bool compileAndAttachShaders(GrGLuint programId, SkTDArray<GrGLuint>* shaderIds);
friend class GrGLProgramBuilder;