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

Unified Diff: chrome/browser/android/vr_shell/vr_gl_thread.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_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 9e35938f3b427a7c9aa092ddaf9468bc8c226b84..235f6ca120e0a92b87d5f266ffce112e22e9d327 100644
--- a/chrome/browser/android/vr_shell/vr_gl_thread.h
+++ b/chrome/browser/android/vr_shell/vr_gl_thread.h
@@ -27,6 +27,7 @@ class VrGLThread : public base::Thread {
scoped_refptr<base::SingleThreadTaskRunner> main_thread_task_runner,
gvr_context* gvr_api,
bool initially_web_vr,
+ bool in_cct,
bool reprojected_rendering);
~VrGLThread() override;
@@ -52,6 +53,7 @@ class VrGLThread : public base::Thread {
scoped_refptr<base::SingleThreadTaskRunner> main_thread_task_runner_;
gvr_context* gvr_api_;
bool initially_web_vr_;
+ bool in_cct_;
bool reprojected_rendering_;
DISALLOW_COPY_AND_ASSIGN(VrGLThread);

Powered by Google App Engine
This is Rietveld 408576698