Index: src/gpu/gl/GrGLPathProgram.h |
diff --git a/src/gpu/gl/GrGLPathProgram.h b/src/gpu/gl/GrGLPathProgram.h |
index 503940c015627fbe1a12800d6dca793def4e0518..c7ca3dc226b95ef1eb92bc6495020f0f20b4d50e 100644 |
--- a/src/gpu/gl/GrGLPathProgram.h |
+++ b/src/gpu/gl/GrGLPathProgram.h |
@@ -37,7 +37,7 @@ private: |
const GrPendingFragmentStage&, |
int index, |
GrGLInstalledFragProc*) override; |
- virtual void onSetRenderTargetState(const GrPrimitiveProcessor&, const GrPipeline&); |
+ void onSetRenderTargetState(const GrPrimitiveProcessor&, const GrPipeline&) override; |
friend class GrGLPathProgramBuilder; |