aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/GLVec4ScalarBench.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'bench/GLVec4ScalarBench.cpp')
-rw-r--r--bench/GLVec4ScalarBench.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/bench/GLVec4ScalarBench.cpp b/bench/GLVec4ScalarBench.cpp
index bbd282e43e..5dcf4c17a1 100644
--- a/bench/GLVec4ScalarBench.cpp
+++ b/bench/GLVec4ScalarBench.cpp
@@ -54,7 +54,7 @@ protected:
}
void setup(const GrGLContext*) override;
- void glDraw(const int loops, const GrGLContext*) override;
+ void glDraw(int loops, const GrGLContext*) override;
void teardown(const GrGLInterface*) override;
private:
@@ -262,7 +262,7 @@ void GLVec4ScalarBench::setup(const GrGLContext* ctx) {
GR_GL_CALL(gl, UseProgram(fProgram));
}
-void GLVec4ScalarBench::glDraw(const int loops, const GrGLContext* ctx) {
+void GLVec4ScalarBench::glDraw(int loops, const GrGLContext* ctx) {
const GrGLInterface* gl = ctx->interface();
for (int i = 0; i < loops; i++) {