Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2496)

Unified Diff: chrome/common/command_buffer_messages.h

Issue 558054: Renamed ParseError -> Error, parse_error -> error, kParseNoError -> kNoError,... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/renderer/command_buffer_proxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | chrome/renderer/command_buffer_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698