| Index: third_party/WebKit/LayoutTests/vr/resources/fake-vr-displays.js
|
| diff --git a/third_party/WebKit/LayoutTests/vr/resources/fake-vr-displays.js b/third_party/WebKit/LayoutTests/vr/resources/fake-vr-displays.js
|
| index 50ca11ac181e7d2ba4c49d08a3109c15c63f4131..8c5e7c0e7ae1e134796efcb842c19ee187d83985 100644
|
| --- a/third_party/WebKit/LayoutTests/vr/resources/fake-vr-displays.js
|
| +++ b/third_party/WebKit/LayoutTests/vr/resources/fake-vr-displays.js
|
| @@ -26,7 +26,6 @@ function fakeVRDisplays(){
|
| FakeMagicWindowOnly: {
|
| displayName : "FakeVRDisplay",
|
| capabilities : {
|
| - hasOrientation : true,
|
| hasPosition : false,
|
| hasExternalDisplay : false,
|
| canPresent : false
|
| @@ -39,7 +38,6 @@ function fakeVRDisplays(){
|
| FakeRoomScale: {
|
| displayName : "FakeVRDisplayRoom",
|
| capabilities : {
|
| - hasOrientation : true,
|
| hasPosition : true,
|
| hasExternalDisplay : true,
|
| canPresent : true,
|
| @@ -60,7 +58,6 @@ function fakeVRDisplays(){
|
| Pixel: { // Pixel info as of Dec. 22 2016
|
| displayName : "Google, Inc. Daydream View",
|
| capabilities : {
|
| - hasOrientation : true,
|
| hasPosition : false,
|
| hasExternalDisplay : false,
|
| canPresent : true,
|
|
|