| 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 56077e056e930274cd13b8b8a3a4459ee0527915..ec9c987538b4a09c5a9d69977d4d60a90759bb45 100644
|
| --- a/chrome/browser/android/vr_shell/ui_scene.h
|
| +++ b/chrome/browser/android/vr_shell/ui_scene.h
|
| @@ -68,6 +68,7 @@ class UiScene {
|
| float GetBackgroundDistance() const;
|
|
|
| bool GetWebVrRenderingEnabled() const;
|
| + void SetWebVrRenderingEnabled(bool enabled);
|
|
|
| void OnGLInitialized();
|
|
|
|
|