| Index: gpu/command_buffer/service/gles2_cmd_decoder_mock.h
|
| diff --git a/gpu/command_buffer/service/gles2_cmd_decoder_mock.h b/gpu/command_buffer/service/gles2_cmd_decoder_mock.h
|
| index 2a94ba0ed2bb3e390b50fbc72040e58f39eee8a2..fb0151ae0e06ee5193eadd9b6d54cb532b1bb7ea 100644
|
| --- a/gpu/command_buffer/service/gles2_cmd_decoder_mock.h
|
| +++ b/gpu/command_buffer/service/gles2_cmd_decoder_mock.h
|
| @@ -66,6 +66,7 @@ class MockGLES2Decoder : public GLES2Decoder {
|
| unsigned type,
|
| int width,
|
| int height));
|
| + MOCK_METHOD1(SetMsgCallback, void(const MsgCallback& callback));
|
|
|
| DISALLOW_COPY_AND_ASSIGN(MockGLES2Decoder);
|
| };
|
|
|