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

Unified Diff: device/vr/vr_device_manager.h

Issue 2584343002: WIP: working copy-no-compositor path
Patch Set: StatTracker destructor, delete old magic numbers, mojo export Created 3 years, 11 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: device/vr/vr_device_manager.h
diff --git a/device/vr/vr_device_manager.h b/device/vr/vr_device_manager.h
index 202cd847b6bb9c7d0d54c6f97bf9abe596e1ada2..f6be9a8d223b13d8c714e4e5bbae31fa5dc12e42 100644
--- a/device/vr/vr_device_manager.h
+++ b/device/vr/vr_device_manager.h
@@ -41,6 +41,8 @@ class VRDeviceManager {
void ListeningForActivateChanged(bool listening);
+ DEVICE_VR_EXPORT VRDevice* GetDevice(unsigned int index);
+
private:
friend class VRDeviceManagerTest;
friend class VRDisplayImplTest;
@@ -51,8 +53,6 @@ class VRDeviceManager {
DEVICE_VR_EXPORT explicit VRDeviceManager(
std::unique_ptr<VRDeviceProvider> provider);
- DEVICE_VR_EXPORT VRDevice* GetDevice(unsigned int index);
-
static void SetInstance(VRDeviceManager* service);
static bool HasInstance();

Powered by Google App Engine
This is Rietveld 408576698