Chromium Code Reviews| Index: chrome/common/command_buffer_messages.h |
| =================================================================== |
| --- chrome/common/command_buffer_messages.h (revision 37731) |
| +++ chrome/common/command_buffer_messages.h (working copy) |
| @@ -26,7 +26,7 @@ |
| m->ReadInt(iter, &p->put_offset) && |
| m->ReadInt(iter, &p->token) && |
| m->ReadInt(iter, &temp)) { |
| - p->error = static_cast<gpu::parse_error::ParseError>(temp); |
| + p->error = static_cast<gpu::error::Error>(temp); |
| return true; |
| } else { |
| return false; |