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

Unified Diff: o3d/command_buffer/service/cross/gapi_decoder.h

Issue 234001: GPUProcessor uses O3D command buffer service to render to a window.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
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
Index: o3d/command_buffer/service/cross/gapi_decoder.h
===================================================================
--- o3d/command_buffer/service/cross/gapi_decoder.h (revision 26805)
+++ o3d/command_buffer/service/cross/gapi_decoder.h (working copy)
@@ -42,7 +42,7 @@
namespace command_buffer {
class GAPIInterface;
-class CommandBufferEngine;
+class CommandBufferUpcallInterface;
// This class implements the AsyncAPIInterface interface, decoding GAPI
// commands and sending them to a GAPI interface.
@@ -66,7 +66,7 @@
// Sets the engine, to get shared memory buffers from, and to set the token
// to.
- void set_engine(CommandBufferEngine *engine) { engine_ = engine; }
+ void set_engine(CommandBufferUpcallInterface *engine) { engine_ = engine; }
private:
// Decodes the SET_VERTEX_INPUT command.
ParseError DecodeSetVertexInput(unsigned int arg_count,
@@ -134,7 +134,7 @@
#undef O3D_COMMAND_BUFFER_CMD_OP
GAPIInterface *gapi_;
- CommandBufferEngine *engine_;
+ CommandBufferUpcallInterface *engine_;
};
} // namespace command_buffer
« no previous file with comments | « o3d/command_buffer/service/cross/cmd_buffer_engine.h ('k') | o3d/command_buffer/service/win/d3d9/gapi_d3d9.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698