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

Unified Diff: core/cross/client.h

Issue 151103: Changed way Packs cannot be created if there is no Renderer. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/o3d/
Patch Set: Created 11 years, 6 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/client.cc » ('j') | core/cross/client.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/cross/client.h
===================================================================
--- core/cross/client.h (revision 19521)
+++ core/cross/client.h (working copy)
@@ -118,9 +118,7 @@
// The system does not enforce pack name uniqueness.
// Returns:
// A smart-pointer reference to the newly created pack object.
- Pack* CreatePack() {
- return object_manager_->CreatePack();
- }
+ Pack* CreatePack();
// Node methods --------------------------
« no previous file with comments | « no previous file | core/cross/client.cc » ('j') | core/cross/client.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698