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

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

Issue 2493063004: Fix exiting WebVR via Android UI not fully exiting fullscreen. (Closed)
Patch Set: Rebase pt. 2 Created 4 years, 1 month 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/android/gvr/gvr_device_provider.cc ('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 99044dee953049daae8295a4399536746efb8aff..c9de699a6ecfc34002f878f341e807651a068d12 100644
--- a/device/vr/test/fake_vr_device.h
+++ b/device/vr/test/fake_vr_device.h
@@ -23,14 +23,13 @@ class FakeVRDevice : public VRDevice {
void SetPose(const mojom::VRPosePtr& state);
mojom::VRDisplayInfoPtr GetVRDevice() override;
- mojom::VRPosePtr GetPose(VRServiceImpl* service) override;
- void ResetPose(VRServiceImpl* service) override;
-
- bool RequestPresent(VRServiceImpl* service, bool secure_origin) override;
- void ExitPresent(VRServiceImpl* service) override;
- void SubmitFrame(VRServiceImpl* service, mojom::VRPosePtr pose) override;
- void UpdateLayerBounds(VRServiceImpl* service,
- mojom::VRLayerBoundsPtr leftBounds,
+ mojom::VRPosePtr GetPose() override;
+ void ResetPose() override;
+
+ bool RequestPresent(bool secure_origin) override;
+ void ExitPresent() override;
+ void SubmitFrame(mojom::VRPosePtr pose) override;
+ void UpdateLayerBounds(mojom::VRLayerBoundsPtr leftBounds,
mojom::VRLayerBoundsPtr rightBounds) override;
private:
« no previous file with comments | « device/vr/android/gvr/gvr_device_provider.cc ('k') | device/vr/test/fake_vr_device.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698