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

Unified Diff: gpu/command_buffer/service/mocks.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/command_buffer/service/gpu_processor_unittest.cc ('k') | gpu/demos/framework/plugin.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/command_buffer/service/mocks.h
===================================================================
--- gpu/command_buffer/service/mocks.h (revision 37750)
+++ gpu/command_buffer/service/mocks.h (working copy)
@@ -22,8 +22,8 @@
class AsyncAPIMock : public AsyncAPIInterface {
public:
AsyncAPIMock() {
- testing::DefaultValue<parse_error::ParseError>::Set(
- parse_error::kParseNoError);
+ testing::DefaultValue<error::Error>::Set(
+ error::kNoError);
}
// Predicate that matches args passed to DoCommand, by looking at the values.
@@ -48,7 +48,7 @@
CommandBufferEntry *args_;
};
- MOCK_METHOD3(DoCommand, parse_error::ParseError(
+ MOCK_METHOD3(DoCommand, error::Error(
unsigned int command,
unsigned int arg_count,
const void* cmd_data));
« no previous file with comments | « gpu/command_buffer/service/gpu_processor_unittest.cc ('k') | gpu/demos/framework/plugin.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698