Index: src/gpu/gl/builders/GrGLProgramBuilder.cpp |
diff --git a/src/gpu/gl/builders/GrGLProgramBuilder.cpp b/src/gpu/gl/builders/GrGLProgramBuilder.cpp |
index a2b8a34157a07615e95bc3481edc6efd3e5fb21e..3aa4c6a2ca9afbb80fa5ab33d24a9b1cf17be731 100644 |
--- a/src/gpu/gl/builders/GrGLProgramBuilder.cpp |
+++ b/src/gpu/gl/builders/GrGLProgramBuilder.cpp |
@@ -31,7 +31,7 @@ public: |
GrGLNvprProgramBuilder(GrGLGpu* gpu, const DrawArgs& args) |
: INHERITED(gpu, args) {} |
- GrGLProgram* createProgram(GrGLuint programID) SK_OVERRIDE { |
+ GrGLProgram* createProgram(GrGLuint programID) override { |
// this is just for nvpr es, which has separable varyings that are plugged in after |
// building |
GrGLPathProcessor* pathProc = |