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

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

Issue 2897583002: WebVR unstuffing: delay "rendered" notification (Closed)
Patch Set: Rebase Created 3 years, 7 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
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 1f3c0ec704b0d258518f4eb67d28864908245e91..51201b9c49a838cdf30e026bba049df3fa6a10a8 100644
--- a/chrome/browser/android/vr_shell/vr_shell_gl.h
+++ b/chrome/browser/android/vr_shell/vr_shell_gl.h
@@ -252,7 +252,6 @@ class VrShellGl : public device::mojom::VRVSyncProvider {
base::TimeTicks vsync_timebase_;
base::TimeDelta vsync_interval_;
- base::TimeDelta pending_time_;
bool pending_vsync_ = false;
GetVSyncCallback callback_;
bool received_frame_ = false;
« no previous file with comments | « no previous file | chrome/browser/android/vr_shell/vr_shell_gl.cc » ('j') | chrome/browser/android/vr_shell/vr_shell_gl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698