diff options
Diffstat (limited to 'src/gpu/gl/GrGLProgramStage.h')
-rw-r--r-- | src/gpu/gl/GrGLProgramStage.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpu/gl/GrGLProgramStage.h b/src/gpu/gl/GrGLProgramStage.h index 9cf2c1aa97..d5c79b4f65 100644 --- a/src/gpu/gl/GrGLProgramStage.h +++ b/src/gpu/gl/GrGLProgramStage.h @@ -83,6 +83,7 @@ public: created in emit*(). */ virtual void setData(const GrGLInterface* gl, const GrCustomStage& stage, + const GrRenderTarget* renderTarget, int stageNum); const char* name() const { return fFactory.name(); } |