From 95554a636b26f362ee2ea47c3bb18c81178930cd Mon Sep 17 00:00:00 2001 From: Alex Cooper Date: Tue, 26 Nov 2019 11:32:16 +0000 Subject: [PATCH] Bug 1596891 [wpt PR 20278] - Remove size_x and size_z from VRStageParameters, a=testonly Automatic update from web-platform-tests Remove size_x and size_z from VRStageParameters The notion of a simple "size" for Stage Parameters/bounded was a WebVr concept that did not carry over to WebXr. To simplify the mojom, move the "conversion" of square stages (for those runtimes that only support giving size x/z) down into a utility function in the device process. Bug: 1017843 Change-Id: Ib050a7ea3655a3816f6008e82434435ecb2c4426 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1918037 Commit-Queue: Alexander Cooper Reviewed-by: Daniel Cheng Reviewed-by: Brandon Jones Reviewed-by: Klaus Weidner Cr-Commit-Position: refs/heads/master@{#718364} -- wpt-commits: 0c3a6b1df6317496373d9ce3044d19704e9a6379 wpt-pr: 20278 --- testing/web-platform/tests/resources/chromium/webxr-test.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/testing/web-platform/tests/resources/chromium/webxr-test.js b/testing/web-platform/tests/resources/chromium/webxr-test.js index 653dcac79f8f..c4bfec3547d4 100644 --- a/testing/web-platform/tests/resources/chromium/webxr-test.js +++ b/testing/web-platform/tests/resources/chromium/webxr-test.js @@ -11,8 +11,6 @@ default_standing.matrix = [1, 0, 0, 0, 0, 1.65, 0, 1]; const default_stage_parameters = { standingTransform: default_standing, - sizeX: 0, - sizeZ: 0, bounds: null };