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

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

Issue 2861003003: VR: Enable browsing for CCT and make ui_scene_manager aware of whether we're in CCT. (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 20572ccda6663f2427176b5138158358514b22e6..7d3c5f0c59047734485956424d8221d4f3ba0ef9 100644
--- a/chrome/browser/android/vr_shell/vr_shell.h
+++ b/chrome/browser/android/vr_shell/vr_shell.h
@@ -71,6 +71,7 @@ class VrShell : public device::PresentingGvrDelegate,
jobject obj,
ui::WindowAndroid* window,
bool for_web_vr,
+ bool in_cct,
VrShellDelegate* delegate,
gvr_context* gvr_api,
bool reprojected_rendering);

Powered by Google App Engine
This is Rietveld 408576698