| 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 4b9ce5107e14197ecbe3b3bc05dae8dcda6e472c..b8db99740ea97c0782a14fd7ae881c5dcf08a789 100644
|
| --- a/gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.h
|
| +++ b/gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.h
|
| @@ -225,6 +225,14 @@ class GLES2DecoderTestBase : public ::testing::TestWithParam<bool> {
|
| return decoder_.get();
|
| }
|
|
|
| + uint32 GetBackbufferClearBits() const {
|
| + return decoder_->GetBackbufferClearBits();
|
| + }
|
| +
|
| + void ClearBackbufferClearBits() const {
|
| + decoder_->ClearBackbufferClearBits();
|
| + }
|
| +
|
| typedef TestHelper::AttribInfo AttribInfo;
|
| typedef TestHelper::UniformInfo UniformInfo;
|
|
|
|
|