| 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 ca04334984715364c3bc296f529f9f80955af4e8..7349c9ff42d03bf3e14b3310569b8ef72f7aa133 100644
|
| --- a/chrome/browser/android/vr_shell/vr_gl_thread.h
|
| +++ b/chrome/browser/android/vr_shell/vr_gl_thread.h
|
| @@ -28,6 +28,7 @@ class VrGLThread : public VrBrowserInterface, 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;
|
| @@ -67,6 +68,7 @@ class VrGLThread : public VrBrowserInterface, 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);
|
|
|