Chromium Code Reviews

Unified Diff: core/cross/command_buffer/render_surface_cb.h

Issue 234002: More work in Command Buffers... (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.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « core/cross/command_buffer/primitive_cb.cc ('k') | core/cross/command_buffer/render_surface_cb.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/cross/command_buffer/render_surface_cb.h
===================================================================
--- core/cross/command_buffer/render_surface_cb.h (revision 26885)
+++ core/cross/command_buffer/render_surface_cb.h (working copy)
@@ -90,10 +90,10 @@
virtual void Destroy();
// Returns the render surface resource ID.
- command_buffer::ResourceID resource_id() const { return resource_id_; }
+ command_buffer::ResourceId resource_id() const { return resource_id_; }
private:
- command_buffer::ResourceID resource_id_;
+ command_buffer::ResourceId resource_id_;
RendererCB *renderer_;
DISALLOW_COPY_AND_ASSIGN(RenderSurfaceCB);
};
@@ -127,10 +127,10 @@
virtual void Destroy();
// Returns the render depth stencil surface resource ID.
- command_buffer::ResourceID resource_id() const { return resource_id_; }
+ command_buffer::ResourceId resource_id() const { return resource_id_; }
private:
- command_buffer::ResourceID resource_id_;
+ command_buffer::ResourceId resource_id_;
RendererCB *renderer_;
DISALLOW_COPY_AND_ASSIGN(RenderDepthStencilSurfaceCB);
};
« no previous file with comments | « core/cross/command_buffer/primitive_cb.cc ('k') | core/cross/command_buffer/render_surface_cb.cc » ('j') | no next file with comments »

Powered by Google App Engine