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

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

Issue 2167643003: Refactored VRService interaction and added VRServiceClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Liberal sprinkling of 'u's Created 4 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 | « device/vr/BUILD.gn ('k') | device/vr/test/fake_vr_device.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/vr/test/fake_vr_device.h
diff --git a/device/vr/test/fake_vr_device.h b/device/vr/test/fake_vr_device.h
index d306cd35aff595275b0897ac4cede79740c755e7..a72a1941003e99c282a9e9550955aef901166e95 100644
--- a/device/vr/test/fake_vr_device.h
+++ b/device/vr/test/fake_vr_device.h
@@ -16,6 +16,8 @@ class FakeVRDevice : public VRDevice {
explicit FakeVRDevice(VRDeviceProvider* provider);
~FakeVRDevice() override;
+ void InitBasicDevice();
+
void SetVRDevice(const VRDisplayPtr& device);
void SetPose(const VRPosePtr& state);
@@ -24,6 +26,8 @@ class FakeVRDevice : public VRDevice {
void ResetPose() override;
private:
+ VREyeParametersPtr InitEye(float fov, float offset, uint32_t size);
+
VRDisplayPtr device_;
VRPosePtr pose_;
« no previous file with comments | « device/vr/BUILD.gn ('k') | device/vr/test/fake_vr_device.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698