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 98233478a28d2134576a99dfa069419b32a83fc3..83b5f3b5683146637b584a30703a576f4362e0d9 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. |
+ ContextCreationAttribHelper::ContextType context_type; |
}; |
void InitDecoder(const InitState& init); |