| Index: cc/test/test_web_graphics_context_3d.cc
|
| diff --git a/cc/test/test_web_graphics_context_3d.cc b/cc/test/test_web_graphics_context_3d.cc
|
| index 28b16c84936b653f725bf10700d1cff70e69bf49..f0f7d6a17c22a816cd647dccc823edb5c53ebfe5 100644
|
| --- a/cc/test/test_web_graphics_context_3d.cc
|
| +++ b/cc/test/test_web_graphics_context_3d.cc
|
| @@ -591,7 +591,7 @@ GLboolean TestWebGraphicsContext3D::unmapBufferCHROMIUM(
|
| return true;
|
| }
|
|
|
| -GLuint TestWebGraphicsContext3D::createImageCHROMIUM(ClientBuffer buffer,
|
| +GLuint TestWebGraphicsContext3D::createImageCHROMIUM(ClientBuffer* buffers,
|
| GLsizei width,
|
| GLsizei height,
|
| GLenum internalformat) {
|
|
|