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

Unified Diff: command_buffer/service/cross/cmd_buffer_engine.h

Issue 212018: Change command buffer client code to use structures.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/o3d/
Patch Set: '' Created 11 years, 3 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 | « command_buffer/service/cross/buffer_rpc_test.cc ('k') | command_buffer/service/cross/cmd_buffer_engine.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: command_buffer/service/cross/cmd_buffer_engine.h
===================================================================
--- command_buffer/service/cross/cmd_buffer_engine.h (revision 26638)
+++ command_buffer/service/cross/cmd_buffer_engine.h (working copy)
@@ -131,8 +131,8 @@
// Gets the current parse error. The current parse error is set when the
// service is in the PARSE_ERROR status. It may also be set while in the
- // PARSING state, if a recoverable error (like PARSE_UNKNOWN_METHOD) was
- // encountered. Getting the error resets it to PARSE_NO_ERROR.
+ // kParsing state, if a recoverable error (like PARSE_UNKNOWN_METHOD) was
+ // encountered. Getting the error resets it to kParseNoError.
// Returns:
// The current parse error.
virtual ParseError GetParseError();
« no previous file with comments | « command_buffer/service/cross/buffer_rpc_test.cc ('k') | command_buffer/service/cross/cmd_buffer_engine.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698