| 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 c0820ff694556ae40a271893da4784311fe79038..fb40cf617dde2920059e511cb8eb9bf0207956fb 100644
|
| --- a/gpu/command_buffer/service/gles2_cmd_decoder_mock.h
|
| +++ b/gpu/command_buffer/service/gles2_cmd_decoder_mock.h
|
| @@ -113,6 +113,13 @@ class MockGLES2Decoder : public GLES2Decoder {
|
| int y_offset,
|
| int width,
|
| int height));
|
| + MOCK_METHOD6(ClearCompressedTextureLevel,
|
| + bool(Texture* texture,
|
| + unsigned target,
|
| + int level,
|
| + unsigned format,
|
| + int width,
|
| + int height));
|
| MOCK_METHOD8(ClearLevel3D,
|
| bool(Texture* texture,
|
| unsigned target,
|
|
|