| Index: third_party/WebKit/Source/platform/graphics/gpu/DrawingBufferTestHelpers.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/gpu/DrawingBufferTestHelpers.h b/third_party/WebKit/Source/platform/graphics/gpu/DrawingBufferTestHelpers.h
|
| index 87bf7c8b2deb52e1f9eb6aa5d49ffae7dbb5d6ee..d099d056a66dfb41d10b93dd2147e034281c0343 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/gpu/DrawingBufferTestHelpers.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/gpu/DrawingBufferTestHelpers.h
|
| @@ -239,10 +239,10 @@ class GLES2InterfaceForTests : public gpu::gles2::GLES2InterfaceStub,
|
| }
|
| }
|
|
|
| - GLuint CreateGpuMemoryBufferImageCHROMIUM(GLsizei width,
|
| - GLsizei height,
|
| - GLenum internalformat,
|
| - GLenum usage) override {
|
| + GLuint CreateImageCHROMIUM(ClientBuffer buffer,
|
| + GLsizei width,
|
| + GLsizei height,
|
| + GLenum internalformat) override {
|
| if (m_createImageChromiumFail)
|
| return 0;
|
| m_imageSizes.set(m_currentImageId, IntSize(width, height));
|
|
|