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

Unified Diff: device/vr/vr_service.mojom

Issue 2343023002: Switch WebVR to handle GvrApi management through VrShellDelegate (Closed)
Patch Set: Addressed tedchoc@'s last feedback Created 4 years, 3 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_service.mojom
diff --git a/device/vr/vr_service.mojom b/device/vr/vr_service.mojom
index 8f9331d41e5ca746d9e7e44c0c1dc5eade11ec8c..dd0d10713c25387ec7788b52045354244524972e 100644
--- a/device/vr/vr_service.mojom
+++ b/device/vr/vr_service.mojom
@@ -71,7 +71,7 @@ interface VRService {
RequestPresent(uint32 index) => (bool success);
ExitPresent(uint32 index);
- SubmitFrame(uint32 index, VRPose pose);
+ SubmitFrame(uint32 index, VRPose? pose);
UpdateLayerBounds(uint32 index, VRLayerBounds leftBounds, VRLayerBounds rightBounds);
};
« chrome/browser/android/vr_shell/vr_shell_delegate.cc ('K') | « device/vr/vr_device_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698