| Index: chrome/browser/android/vr_shell/ui_scene.cc
|
| diff --git a/chrome/browser/android/vr_shell/ui_scene.cc b/chrome/browser/android/vr_shell/ui_scene.cc
|
| index 82984bb95adf91fac783b4d54b2c0c988c3b95bf..b5f2c4a9e3dc230574d64b971bab998a74fcac7a 100644
|
| --- a/chrome/browser/android/vr_shell/ui_scene.cc
|
| +++ b/chrome/browser/android/vr_shell/ui_scene.cc
|
| @@ -166,6 +166,10 @@ bool UiScene::GetWebVrRenderingEnabled() const {
|
| return webvr_rendering_enabled_;
|
| }
|
|
|
| +void UiScene::SetWebVrRenderingEnabled(bool enabled) {
|
| + webvr_rendering_enabled_ = enabled;
|
| +}
|
| +
|
| const std::vector<std::unique_ptr<UiElement>>& UiScene::GetUiElements() const {
|
| return ui_elements_;
|
| }
|
|
|