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

Unified Diff: chrome/browser/android/vr_shell/vr_shell_gl.h

Issue 2941913002: WebVR: Fix missing sample collection for prediction timing (Closed)
Patch Set: Rebase Created 3 years, 6 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 | « no previous file | chrome/browser/android/vr_shell/vr_shell_gl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/vr_shell/vr_shell_gl.h
diff --git a/chrome/browser/android/vr_shell/vr_shell_gl.h b/chrome/browser/android/vr_shell/vr_shell_gl.h
index a0ea1c064121259acd5f285b43cba92c31b30ca6..6ea66a9a3191d2f87de4b7f95070de3b3efba303 100644
--- a/chrome/browser/android/vr_shell/vr_shell_gl.h
+++ b/chrome/browser/android/vr_shell/vr_shell_gl.h
@@ -251,6 +251,8 @@ class VrShellGl : public device::mojom::VRVSyncProvider {
gfx::Size webvr_surface_size_ = {0, 0};
std::vector<vr::Mat4f> webvr_head_pose_;
+ std::vector<base::TimeTicks> webvr_time_pose_;
+ std::vector<base::TimeTicks> webvr_time_js_submit_;
bool web_vr_mode_;
bool ready_to_draw_ = false;
bool surfaceless_rendering_;
« no previous file with comments | « no previous file | chrome/browser/android/vr_shell/vr_shell_gl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698