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 2eac8b3204b0b5c18f39e1f44a7a962a71a66996..4b9ce5107e14197ecbe3b3bc05dae8dcda6e472c 100644 |
--- a/gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.h |
+++ b/gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.h |
@@ -200,7 +200,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. |
+ ContextType context_type; |
}; |
void InitDecoder(const InitState& init); |