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

Unified Diff: gpu/pgl/command_buffer_pepper.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 | « gpu/demos/framework/plugin.cc ('k') | gpu/pgl/command_buffer_pepper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/pgl/command_buffer_pepper.h
===================================================================
--- gpu/pgl/command_buffer_pepper.h (revision 37750)
+++ gpu/pgl/command_buffer_pepper.h (working copy)
@@ -35,7 +35,7 @@
virtual void DestroyTransferBuffer(int32 id);
virtual gpu::Buffer GetTransferBuffer(int32 handle);
virtual void SetToken(int32 token);
- virtual void SetParseError(gpu::parse_error::ParseError parse_error);
+ virtual void SetParseError(gpu::error::Error error);
private:
CommandBuffer::State ConvertState();
« no previous file with comments | « gpu/demos/framework/plugin.cc ('k') | gpu/pgl/command_buffer_pepper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698