| Index: gpu/command_buffer/service/gles2_cmd_decoder_unittest_textures.cc
|
| diff --git a/gpu/command_buffer/service/gles2_cmd_decoder_unittest_textures.cc b/gpu/command_buffer/service/gles2_cmd_decoder_unittest_textures.cc
|
| index 53c3021522b7878b8c0cd6d1424a08f77f8e10cd..7d2b36104f146cc4f14a215ce1993bf0208ca53b 100644
|
| --- a/gpu/command_buffer/service/gles2_cmd_decoder_unittest_textures.cc
|
| +++ b/gpu/command_buffer/service/gles2_cmd_decoder_unittest_textures.cc
|
| @@ -2746,7 +2746,8 @@ class MockGLImage : public gfx::GLImage {
|
| MOCK_METHOD1(Destroy, void(bool));
|
| MOCK_METHOD1(BindTexImage, bool(unsigned));
|
| MOCK_METHOD1(ReleaseTexImage, void(unsigned));
|
| - MOCK_METHOD1(CopyTexImage, bool(unsigned));
|
| + MOCK_METHOD3(CopyTexSubImage,
|
| + bool(unsigned, const gfx::Point&, const gfx::Rect&));
|
| MOCK_METHOD0(WillUseTexImage, void());
|
| MOCK_METHOD0(DidUseTexImage, void());
|
| MOCK_METHOD0(WillModifyTexImage, void());
|
|
|