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

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

Issue 329046: Splits the command buffers into common commands... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/o3d/
Patch Set: '' Created 11 years, 2 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
Index: command_buffer/service/cross/mocks.h
===================================================================
--- command_buffer/service/cross/mocks.h (revision 30289)
+++ command_buffer/service/cross/mocks.h (working copy)
@@ -82,6 +82,10 @@
unsigned int arg_count,
const void* cmd_data));
+ const char* GetCommandName(unsigned int command_id) const {
+ return "";
+ };
+
// Sets the engine, to forward SetToken commands to it.
void set_engine(CommandBufferEngine *engine) { engine_ = engine; }

Powered by Google App Engine
This is Rietveld 408576698