| Index: chrome/browser/android/vr_shell/vr_shell_gl.cc
|
| diff --git a/chrome/browser/android/vr_shell/vr_shell_gl.cc b/chrome/browser/android/vr_shell/vr_shell_gl.cc
|
| index c0c8e06377b5d06ea5ea0275e25df22359eb1faa..6f3e8c2d1c8a2b760764fa6fc3b7b3c57402774a 100644
|
| --- a/chrome/browser/android/vr_shell/vr_shell_gl.cc
|
| +++ b/chrome/browser/android/vr_shell/vr_shell_gl.cc
|
| @@ -1131,7 +1131,7 @@ void VrShellGl::DrawWorldElements(const vr::Mat4f& head_pose) {
|
| glEnable(GL_DEPTH_TEST);
|
| glDepthMask(GL_TRUE);
|
|
|
| - const SkColor backgroundColor = scene_->GetBackgroundColor();
|
| + const SkColor backgroundColor = scene_->GetWorldBackgroundColor();
|
| glClearColor(SkColorGetR(backgroundColor) / 255.0,
|
| SkColorGetG(backgroundColor) / 255.0,
|
| SkColorGetB(backgroundColor) / 255.0,
|
|
|