Index: src/gpu/gl/builders/GrGLProgramBuilder.h |
diff --git a/src/gpu/gl/builders/GrGLProgramBuilder.h b/src/gpu/gl/builders/GrGLProgramBuilder.h |
index 22b67ae58d1db7de0ec7062be295e129eda0a988..4b784aceea0aefc90d042626ed46aeaf3e0a9b50 100644 |
--- a/src/gpu/gl/builders/GrGLProgramBuilder.h |
+++ b/src/gpu/gl/builders/GrGLProgramBuilder.h |
@@ -328,7 +328,7 @@ |
GrGLInstalledProc<Proc>*); |
GrGLProgram* finalize(); |
- virtual void bindProgramResourceLocations(GrGLuint programID); |
+ void bindProgramResourceLocations(GrGLuint programID); |
bool checkLinkStatus(GrGLuint programID); |
virtual void resolveProgramResourceLocations(GrGLuint programID); |
void cleanupProgram(GrGLuint programID, const SkTDArray<GrGLuint>& shaderIDs); |