| 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..09c4c8a24c8edbd705e2381b8ed2d08de9a98719 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,10 @@ class GLES2DecoderTestBase : public ::testing::TestWithParam<bool> {
|
| return decoder_.get();
|
| }
|
|
|
| + uint32 GetAndClearBackbufferClearBitsForTest() const {
|
| + return decoder_->GetAndClearBackbufferClearBitsForTest();
|
| + }
|
| +
|
| typedef TestHelper::AttribInfo AttribInfo;
|
| typedef TestHelper::UniformInfo UniformInfo;
|
|
|
|
|