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

Unified Diff: chrome/browser/android/vr_shell/vr_gl_thread.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_gl_thread.h
diff --git a/chrome/browser/android/vr_shell/vr_gl_thread.h b/chrome/browser/android/vr_shell/vr_gl_thread.h
index 5ab623586590cb46d94ba9db5c009b5045aec892..3f6f1f8a0b2a29f52b400830e1abb22927d8146e 100644
--- a/chrome/browser/android/vr_shell/vr_gl_thread.h
+++ b/chrome/browser/android/vr_shell/vr_gl_thread.h
@@ -33,7 +33,8 @@ class VrGLThread : public base::Thread,
gvr_context* gvr_api,
bool initially_web_vr,
bool in_cct,
- bool reprojected_rendering);
+ bool reprojected_rendering,
+ bool daydream_support);
~VrGLThread() override;
base::WeakPtr<VrShellGl> GetVrShellGl() { return weak_vr_shell_gl_; }
@@ -90,6 +91,7 @@ class VrGLThread : public base::Thread,
bool initially_web_vr_;
bool in_cct_;
bool reprojected_rendering_;
+ bool daydream_support_;
DISALLOW_COPY_AND_ASSIGN(VrGLThread);
};

Powered by Google App Engine
This is Rietveld 408576698