| 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 65df53c53dfdc02646ed27a10df1066c6792b281..1e5357dae483ac512cc769dd0cb4d4250ae9ae24 100644
|
| --- a/gpu/command_buffer/service/gles2_cmd_decoder_mock.h
|
| +++ b/gpu/command_buffer/service/gles2_cmd_decoder_mock.h
|
| @@ -89,6 +89,7 @@ class MockGLES2Decoder : public GLES2Decoder {
|
| MOCK_METHOD1(SetAsyncPixelTransferManagerForTest,
|
| void(AsyncPixelTransferManager*));
|
| MOCK_METHOD1(SetIgnoreCachedStateForTest, void(bool ignore));
|
| + MOCK_METHOD1(SetAllowExit, void(bool allow));
|
| MOCK_METHOD3(DoCommand, error::Error(unsigned int command,
|
| unsigned int arg_count,
|
| const void* cmd_data));
|
|
|