| 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);
|
| };
|
|
|