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

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

Issue 2680723003: Remove ENABLE_VR_SHELL compile-time define. (Closed)
Patch Set: Fix lint warnings generated by vr_shell's new pickier checks. Created 3 years, 10 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 | « chrome/browser/android/vr_shell/vr_shell.cc ('k') | chrome/browser/android/vr_shell/vr_shell_gl.h » ('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_delegate.h
diff --git a/chrome/browser/android/vr_shell/vr_shell_delegate.h b/chrome/browser/android/vr_shell/vr_shell_delegate.h
index af7b99a7557991250a83d2919e321a0cf87df283..806ee84d4829330e38884acb2f0120604d9eb612 100644
--- a/chrome/browser/android/vr_shell/vr_shell_delegate.h
+++ b/chrome/browser/android/vr_shell/vr_shell_delegate.h
@@ -7,6 +7,8 @@
#include <jni.h>
+#include <memory>
+
#include "base/android/jni_weak_ref.h"
#include "base/callback.h"
#include "base/macros.h"
@@ -62,7 +64,7 @@ class VrShellDelegate : public device::GvrDelegateProvider {
device::GvrDeviceProvider* device_provider_ = nullptr;
device::GvrDelegate* delegate_ = nullptr;
base::Callback<void(bool)> present_callback_;
- long timebase_nanos_ = 0;
+ int64_t timebase_nanos_ = 0;
double interval_seconds_ = 0;
// TODO(mthiesse): Remove the need for this to be stored here.
« no previous file with comments | « chrome/browser/android/vr_shell/vr_shell.cc ('k') | chrome/browser/android/vr_shell/vr_shell_gl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698