| 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 c394cd50762bcc8ffe2127c4d1ba185259635fa0..6ce20e7009bc086f0d9eed3888a8a1d06af9a559 100644
|
| --- a/chrome/browser/android/vr_shell/vr_shell_gl.h
|
| +++ b/chrome/browser/android/vr_shell/vr_shell_gl.h
|
| @@ -7,6 +7,8 @@
|
|
|
| #include <memory>
|
| #include <queue>
|
| +#include <utility>
|
| +#include <vector>
|
|
|
| #include "base/cancelable_callback.h"
|
| #include "base/macros.h"
|
| @@ -85,7 +87,7 @@ class VrShellGl : public device::mojom::VRVSyncProvider {
|
|
|
| void UpdateScene(std::unique_ptr<base::ListValue> commands);
|
|
|
| - void UpdateVSyncInterval(long timebase_nanos, double interval_seconds);
|
| + void UpdateVSyncInterval(int64_t timebase_nanos, double interval_seconds);
|
|
|
| void OnRequest(device::mojom::VRVSyncProviderRequest request);
|
| void ResetPose();
|
|
|