| 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 a68f6f8d19889be3e8a2a44f770a77a3d37852f8..6745d021eb6e097fd520554e4fd43c8b62d5a857 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,
|
|
|