| Index: gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.h
|
| diff --git a/gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.h b/gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.h
|
| index f98f0fc3f8d8a2de823630d0bf84557a8d44d00b..9f61aa3a1cfece143847e1db09f99c2626603d07 100644
|
| --- a/gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.h
|
| +++ b/gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.h
|
| @@ -262,6 +262,15 @@ class GLES2DecoderTestBase : public testing::Test {
|
| GLsizei width,
|
| GLsizei height);
|
|
|
| + void SetupExpectationsForRestoreClearState(
|
| + GLclampf restore_red,
|
| + GLclampf restore_green,
|
| + GLclampf restore_blue,
|
| + GLclampf restore_alpha,
|
| + GLuint restore_stencil,
|
| + GLclampf restore_depth,
|
| + bool restore_scissor_test);
|
| +
|
| void SetupExpectationsForFramebufferClearing(
|
| GLenum target,
|
| GLuint clear_bits,
|
|
|