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

Unified Diff: chrome/browser/android/vr_shell/vr_shell_gl.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_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 c41e1eb518e3bd35cc52e443766b0aaa13bd6e1c..9794db838bfa02fa2f85170aee21cbe02a7dcc5a 100644
--- a/chrome/browser/android/vr_shell/vr_shell_gl.h
+++ b/chrome/browser/android/vr_shell/vr_shell_gl.h
@@ -68,6 +68,7 @@ class VrShellGl : public device::mojom::VRVSyncProvider {
gvr_context* gvr_api,
bool initially_web_vr,
bool reprojected_rendering,
+ bool daydream_support,
UiScene* scene);
~VrShellGl() override;
@@ -240,6 +241,7 @@ class VrShellGl : public device::mojom::VRVSyncProvider {
bool web_vr_mode_;
bool ready_to_draw_ = false;
bool surfaceless_rendering_;
+ bool daydream_support_;
std::unique_ptr<VrController> controller_;

Powered by Google App Engine
This is Rietveld 408576698