Chromium Code Reviews| Index: gpu/command_buffer/service/gles2_cmd_decoder.h |
| =================================================================== |
| --- gpu/command_buffer/service/gles2_cmd_decoder.h (revision 37750) |
| +++ gpu/command_buffer/service/gles2_cmd_decoder.h (working copy) |
| @@ -24,7 +24,7 @@ |
| // commands and calling GL. |
| class GLES2Decoder : public CommonDecoder { |
| public: |
| - typedef parse_error::ParseError ParseError; |
| + typedef error::Error Error; |
| // Creates a decoder. |
| static GLES2Decoder* Create(); |