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

Unified Diff: device/vr/android/gvr/gvr_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/common/url_constants.cc ('k') | tools/mb/mb_config.pyl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/vr/android/gvr/gvr_delegate.h
diff --git a/device/vr/android/gvr/gvr_delegate.h b/device/vr/android/gvr/gvr_delegate.h
index 2e75a978b51ef62a3c6482bcb00e568225d4e78d..3c61aa1e37fdde9f52c9ca812c1f9008825139f4 100644
--- a/device/vr/android/gvr/gvr_delegate.h
+++ b/device/vr/android/gvr/gvr_delegate.h
@@ -23,7 +23,7 @@ class DEVICE_VR_EXPORT GvrDelegate {
const gvr::Rectf& right_bounds) = 0;
virtual void OnVRVsyncProviderRequest(
mojom::VRVSyncProviderRequest request) = 0;
- virtual void UpdateVSyncInterval(long timebase_nanos,
+ virtual void UpdateVSyncInterval(int64_t timebase_nanos,
double interval_seconds) = 0;
virtual bool SupportsPresentation() = 0;
virtual void ResetPose() = 0;
« no previous file with comments | « chrome/common/url_constants.cc ('k') | tools/mb/mb_config.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698