| 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_;
|
|
|