summaryrefslogtreecommitdiffstats
path: root/cc/resources/raster_worker_pool_perftest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cc/resources/raster_worker_pool_perftest.cc')
-rw-r--r--cc/resources/raster_worker_pool_perftest.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/cc/resources/raster_worker_pool_perftest.cc b/cc/resources/raster_worker_pool_perftest.cc
index ee3f359..14e4d23 100644
--- a/cc/resources/raster_worker_pool_perftest.cc
+++ b/cc/resources/raster_worker_pool_perftest.cc
@@ -31,7 +31,8 @@ class PerfGLES2Interface : public gpu::gles2::GLES2InterfaceStub {
// Overridden from gpu::gles2::GLES2Interface:
virtual GLuint CreateImageCHROMIUM(GLsizei width,
GLsizei height,
- GLenum internalformat) OVERRIDE {
+ GLenum internalformat,
+ GLenum usage) OVERRIDE {
return 1u;
}
virtual void GenBuffers(GLsizei n, GLuint* buffers) OVERRIDE {