| Index: chrome/browser/android/vr_shell/vr_shell.cc
|
| diff --git a/chrome/browser/android/vr_shell/vr_shell.cc b/chrome/browser/android/vr_shell/vr_shell.cc
|
| index 904c41ab5931df6aaaee0b74396c96a55f7df0b4..3740cfb0c6ae5602c298dc92590e3476ad22b095 100644
|
| --- a/chrome/browser/android/vr_shell/vr_shell.cc
|
| +++ b/chrome/browser/android/vr_shell/vr_shell.cc
|
| @@ -384,11 +384,6 @@ void VrShell::UpdateWebVRTextureBounds(int16_t frame_index,
|
| left_bounds, right_bounds, source_size));
|
| }
|
|
|
| -void VrShell::ResetPose() {
|
| - gl_thread_->task_runner()->PostTask(
|
| - FROM_HERE, base::Bind(&VrShellGl::ResetPose, gl_thread_->GetVrShellGl()));
|
| -}
|
| -
|
| void VrShell::CreateVRDisplayInfo(
|
| const base::Callback<void(device::mojom::VRDisplayInfoPtr)>& callback,
|
| uint32_t device_id) {
|
| @@ -746,7 +741,6 @@ device::mojom::VRDisplayInfoPtr VrShell::CreateVRDisplayInfo(
|
| device->index = device_id;
|
|
|
| device->capabilities = device::mojom::VRDisplayCapabilities::New();
|
| - device->capabilities->hasOrientation = true;
|
| device->capabilities->hasPosition = false;
|
| device->capabilities->hasExternalDisplay = false;
|
| device->capabilities->canPresent = true;
|
|
|