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

Unified Diff: plugin/cross/o3d_glue.h

Issue 155276: Add ClientInfo... (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
Index: plugin/cross/o3d_glue.h
===================================================================
--- plugin/cross/o3d_glue.h (revision 20119)
+++ plugin/cross/o3d_glue.h (working copy)
@@ -59,6 +59,7 @@
#include "core/cross/service_locator.h"
#include "core/cross/evaluation_counter.h"
#include "core/cross/class_manager.h"
+#include "core/cross/client_info.h"
#include "core/cross/features.h"
#include "core/cross/object_manager.h"
#include "core/cross/error.h"
@@ -80,6 +81,7 @@
using o3d::ObjectBase;
using o3d::Client;
using o3d::ClassManager;
+using o3d::ClientInfoManager;
using o3d::EvaluationCounter;
using o3d::Features;
using o3d::EvaluationCounter;
@@ -124,6 +126,7 @@
ServiceLocator service_locator_;
EvaluationCounter evaluation_counter_;
ClassManager class_manager_;
+ ClientInfoManager client_info_manager_;
ObjectManager object_manager_;
Profiler profiler_;
bool fullscreen_; // Are we rendered fullscreen or in the plugin region?

Powered by Google App Engine
This is Rietveld 408576698