New issue
Advanced search Search tips

Issue 733449 link

Starred by 3 users

Issue metadata

Status: Started
Owner:
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 2
Type: Bug
Proj-XR



Sign in to add a comment

WebVR: fix missing timing data collection

Project Member Reported by klausw@chromium.org, Jun 15 2017

Issue description

The pose latency prediction was not collecting data samples due to an incomplete cherry-pick, so it was stuck using the fallback values of 16ms each for JS and render latency.
 
Project Member

Comment 1 by bugdroid1@chromium.org, Jun 15 2017

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/f1324c8312f7c716474ef43c9b3de89f1095d694

commit f1324c8312f7c716474ef43c9b3de89f1095d694
Author: klausw <klausw@chromium.org>
Date: Thu Jun 15 01:11:29 2017

WebVR: Fix missing sample collection for prediction timing

The pose latency prediction was not collecting data samples due to an
incomplete cherry-pick, so it was stuck using the fallback values of 16ms each
for JS and render latency.

BUG=733449

Review-Url: https://codereview.chromium.org/2941913002
Cr-Commit-Position: refs/heads/master@{#479565}

[modify] https://crrev.com/f1324c8312f7c716474ef43c9b3de89f1095d694/chrome/browser/android/vr_shell/vr_shell_gl.cc
[modify] https://crrev.com/f1324c8312f7c716474ef43c9b3de89f1095d694/chrome/browser/android/vr_shell/vr_shell_gl.h

Components: Blink>WebXR
Removing Blink>WebVR component and assigning to Blink>WebXR 
Components: -Blink>WebVR

Sign in to add a comment