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..56077e056e930274cd13b8b8a3a4459ee0527915 100644 |
--- a/chrome/browser/android/vr_shell/ui_scene.h |
+++ b/chrome/browser/android/vr_shell/ui_scene.h |
@@ -62,8 +62,11 @@ class UiScene { |
std::vector<const UiElement*> GetHeadLockedElements() const; |
bool HasVisibleHeadLockedElements() const; |
+ void SetBackgroundColor(const vr::Colorf& color); |
const vr::Colorf& GetBackgroundColor() const; |
+ void SetBackgroundDistance(float distance); |
float GetBackgroundDistance() const; |
+ |
bool GetWebVrRenderingEnabled() const; |
void OnGLInitialized(); |