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

Unified Diff: core/cross/buffer.h

Issue 149300: These files were meant to be checked in with ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/o3d/
Patch Set: Created 11 years, 5 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 | « no previous file | core/cross/buffer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/cross/buffer.h
===================================================================
--- core/cross/buffer.h (revision 20010)
+++ core/cross/buffer.h (working copy)
@@ -306,7 +306,7 @@
friend class IClassManager;
static ObjectBase::Ref Create(ServiceLocator* service_locator);
- char* buffer_; // The actual data for this buffer.
+ scoped_array<char> buffer_; // The actual data for this buffer.
O3D_DECL_CLASS(SourceBuffer, VertexBufferBase);
DISALLOW_COPY_AND_ASSIGN(SourceBuffer);
« no previous file with comments | « no previous file | core/cross/buffer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698