| 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..91c8e293c0308afea16f534c68447349480c442d 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/gpu/DrawingBufferTestHelpers.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/gpu/DrawingBufferTestHelpers.h
|
| @@ -259,7 +259,7 @@ class GLES2InterfaceForTests : public gpu::gles2::GLES2InterfaceStub,
|
| }
|
|
|
| MOCK_METHOD1(BindTexImage2DMock, void(GLint imageId));
|
| - void BindTexImage2DCHROMIUM(GLenum target, GLint imageId) {
|
| + void BindTexImage2DCHROMIUM(GLenum target, GLint imageId, GLint fenceId) {
|
| if (target == imageCHROMIUMTextureTarget()) {
|
| m_textureSizes.set(m_boundTextures[target],
|
| m_imageSizes.find(imageId)->value);
|
|
|