aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/GLBench.h
diff options
context:
space:
mode:
Diffstat (limited to 'bench/GLBench.h')
-rw-r--r--bench/GLBench.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/bench/GLBench.h b/bench/GLBench.h
index dde0358abc..9033b12e55 100644
--- a/bench/GLBench.h
+++ b/bench/GLBench.h
@@ -33,8 +33,8 @@ protected:
virtual void setup(const GrGLContext*)=0;
void onPostDraw(SkCanvas* canvas) override;
virtual void teardown(const GrGLInterface*)=0;
- void onDraw(const int loops, SkCanvas*) override;
- virtual void glDraw(const int loops, const GrGLContext*)=0;
+ void onDraw(int loops, SkCanvas*) override;
+ virtual void glDraw(int loops, const GrGLContext*)=0;
static GrGLuint CompileShader(const GrGLInterface*, const char* shaderSrc, GrGLenum type);
static GrGLuint CreateProgram(const GrGLInterface*, const char* vshader, const char* fshader);
static GrGLuint SetupFramebuffer(const GrGLInterface*, int screenWidth, int screenHeight);