| Index: chrome/browser/android/vr_shell/ui_scene.h
|
| diff --git a/chrome/browser/android/vr_shell/ui_scene.h b/chrome/browser/android/vr_shell/ui_scene.h
|
| index a70a3c087b209086e89a44f4539fec465dee5b5f..16636105cd6b15ff459e16976896a9e3b12f9fc9 100644
|
| --- a/chrome/browser/android/vr_shell/ui_scene.h
|
| +++ b/chrome/browser/android/vr_shell/ui_scene.h
|
| @@ -65,6 +65,7 @@ class UiScene {
|
| const vr::Colorf& GetBackgroundColor() const;
|
| float GetBackgroundDistance() const;
|
| bool GetWebVrRenderingEnabled() const;
|
| + void SetWebVrRenderingEnabled(bool enabled);
|
|
|
| void OnGLInitialized();
|
|
|
|
|