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

Unified Diff: device/vr/vr_service.mojom

Issue 2777903008: Removed deprecated WebVR functionality (Closed)
Patch Set: Another test re-baseline Created 3 years, 8 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/vr_display_impl.cc ('k') | third_party/WebKit/LayoutTests/external/wpt/webvr/idlharness.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/vr/vr_service.mojom
diff --git a/device/vr/vr_service.mojom b/device/vr/vr_service.mojom
index de4563c1531ecd867d33219ef95892fbe78b77cb..fe504ea0034cfbcd821554e718e4bfafa28ed7da 100644
--- a/device/vr/vr_service.mojom
+++ b/device/vr/vr_service.mojom
@@ -28,7 +28,6 @@ struct VRPose {
};
struct VRDisplayCapabilities {
- bool hasOrientation;
bool hasPosition;
bool hasExternalDisplay;
bool canPresent;
@@ -92,8 +91,6 @@ interface VRSubmitFrameClient {
};
interface VRDisplay {
- ResetPose();
-
RequestPresent(bool secureOrigin, VRSubmitFrameClient client) => (bool success);
ExitPresent();
SubmitFrame(int16 frameId, gpu.mojom.MailboxHolder mailboxHolder);
« no previous file with comments | « device/vr/vr_display_impl.cc ('k') | third_party/WebKit/LayoutTests/external/wpt/webvr/idlharness.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698