Index: src/gpu/gl/builders/GrGLNvprProgramBuilder.h |
diff --git a/src/gpu/gl/builders/GrGLNvprProgramBuilder.h b/src/gpu/gl/builders/GrGLNvprProgramBuilder.h |
index 48fa96c8d79dc3c06c6b67506dfe9f47ae661fae..5f239055fa46246a564d1db8afcdcc3896efcb13 100644 |
--- a/src/gpu/gl/builders/GrGLNvprProgramBuilder.h |
+++ b/src/gpu/gl/builders/GrGLNvprProgramBuilder.h |
@@ -25,7 +25,7 @@ public: |
typedef GrTAllocator<SeparableVaryingInfo> SeparableVaryingInfoArray; |
- virtual GrGLProgram* createProgram(GrGLuint programID); |
+ virtual GrGLProgram* createProgram(GrGLuint programID) SK_OVERRIDE; |
private: |
virtual void emitTransforms(const GrPendingFragmentStage&, |