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

Unified Diff: device/vr/test/fake_vr_device.cc

Issue 2420743003: mojo VR interface simplified (Closed)
Patch Set: Address bajones@ comments and some clean up Created 4 years, 2 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/test/fake_vr_device.cc
diff --git a/device/vr/test/fake_vr_device.cc b/device/vr/test/fake_vr_device.cc
index 48e7138dd074fb2199c9a7f0b1748ff9feea5757..986d43f931309e70d4fd89a40d4e51236d01ef0c 100644
--- a/device/vr/test/fake_vr_device.cc
+++ b/device/vr/test/fake_vr_device.cc
@@ -6,7 +6,8 @@
namespace device {
-FakeVRDevice::FakeVRDevice(VRDeviceProvider* provider) : VRDevice(provider) {
+// Temporary disable test
+/*FakeVRDevice::FakeVRDevice(VRDeviceProvider* provider) : VRDevice(provider) {
device_ = VRDisplay::New();
pose_ = VRPose::New();
@@ -69,5 +70,6 @@ VRPosePtr FakeVRDevice::GetPose() {
}
void FakeVRDevice::ResetPose() {}
+*/
} // namespace device

Powered by Google App Engine
This is Rietveld 408576698