| 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 6d8ccf797d13e7c61801ba7c61f9827398120f71..00aafac5da527151360435e02357434ada7700dd 100644
|
| --- a/cc/test/test_web_graphics_context_3d.cc
|
| +++ b/cc/test/test_web_graphics_context_3d.cc
|
| @@ -601,7 +601,7 @@ GLboolean TestWebGraphicsContext3D::unmapBufferCHROMIUM(
|
| return true;
|
| }
|
|
|
| -GLuint TestWebGraphicsContext3D::createImageCHROMIUM(ClientBuffer buffer,
|
| +GLuint TestWebGraphicsContext3D::createImageCHROMIUM(ClientBuffer* buffers,
|
| GLsizei width,
|
| GLsizei height,
|
| GLenum internalformat) {
|
|
|