| Index: cc/resources/tile_task_worker_pool_perftest.cc
|
| diff --git a/cc/resources/tile_task_worker_pool_perftest.cc b/cc/resources/tile_task_worker_pool_perftest.cc
|
| index 71da7b11bfe605b125251030904f9fc1a2ee0e30..a46d4a91aa6a7a0cc89c54e0029c268a4e8a8d7a 100644
|
| --- a/cc/resources/tile_task_worker_pool_perftest.cc
|
| +++ b/cc/resources/tile_task_worker_pool_perftest.cc
|
| @@ -36,7 +36,7 @@ namespace {
|
|
|
| class PerfGLES2Interface : public gpu::gles2::GLES2InterfaceStub {
|
| // Overridden from gpu::gles2::GLES2Interface:
|
| - GLuint CreateImageCHROMIUM(ClientBuffer buffer,
|
| + GLuint CreateImageCHROMIUM(const ClientBuffer* const buffers,
|
| GLsizei width,
|
| GLsizei height,
|
| GLenum internalformat) override {
|
|
|