Index: gpu/command_buffer/service/gles2_cmd_decoder.cc |
diff --git a/gpu/command_buffer/service/gles2_cmd_decoder.cc b/gpu/command_buffer/service/gles2_cmd_decoder.cc |
index 44a01345372650ce8780fe20e9337ed68599f9d4..77a6b8a0e4dc7a76ce3019cf0c69109ad72a17ca 100644 |
--- a/gpu/command_buffer/service/gles2_cmd_decoder.cc |
+++ b/gpu/command_buffer/service/gles2_cmd_decoder.cc |
@@ -2207,7 +2207,7 @@ bool GLES2DecoderImpl::Initialize( |
glActiveTexture(GL_TEXTURE0); |
CHECK_GL_ERROR(); |
- ContextCreationAttribParser attrib_parser; |
+ ContextCreationAttribHelper attrib_parser; |
if (!attrib_parser.Parse(attribs)) |
return false; |