| 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 1583462b3b848e4b359a382b9a39ae14e790ddfe..3104e05c0c101632716cb3c3b42afeac6d932ae5 100644
|
| --- a/gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.h
|
| +++ b/gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.h
|
| @@ -199,6 +199,7 @@ class GLES2DecoderTestBase : public ::testing::TestWithParam<bool> {
|
| bool bind_generates_resource;
|
| bool lose_context_when_out_of_memory;
|
| bool use_native_vao; // default is true.
|
| + unsigned webgl_version; // default to 0, i.e., not WebGL context.
|
| };
|
|
|
| void InitDecoder(const InitState& init);
|
|
|