Chromium Code Reviews| 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 9ab39b64c4de6d186e6bd67c9694319959f2e465..e26d7d92f4fe805295f4e00c39c1ab6b3613bb13 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); |
|
bshe
2017/04/21 21:08:42
nit: bool enabled
ymalik
2017/04/28 00:12:04
Done.
|
| private: |
| void ApplyRecursiveTransforms(UiElement* element); |