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