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

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

Issue 2891243002: VR: Loading DD controller model after GL is initialized (Closed)
Patch Set: 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.h
diff --git a/chrome/browser/android/vr_shell/vr_shell.h b/chrome/browser/android/vr_shell/vr_shell.h
index c120f7dcaf71fd8096ade70b3f532f66e0ae860b..8324048b61319fa1b3ec83b8d3a06e5849e52d6d 100644
--- a/chrome/browser/android/vr_shell/vr_shell.h
+++ b/chrome/browser/android/vr_shell/vr_shell.h
@@ -195,6 +195,8 @@ class VrShell : public device::PresentingGvrDelegate,
void PollMediaAccessFlag();
+ bool HasDaydreamSupport();
+
bool vr_shell_enabled_;
bool content_paused_ = false;

Powered by Google App Engine
This is Rietveld 408576698