| Index: chrome/browser/android/vr_shell/vr_gl_thread.cc
|
| diff --git a/chrome/browser/android/vr_shell/vr_gl_thread.cc b/chrome/browser/android/vr_shell/vr_gl_thread.cc
|
| index e5555f65bc26974fbfacd27302b7ba1f45096407..0697b1d71fa8e3f0bd46a8af500185b2f53c68c3 100644
|
| --- a/chrome/browser/android/vr_shell/vr_gl_thread.cc
|
| +++ b/chrome/browser/android/vr_shell/vr_gl_thread.cc
|
| @@ -44,6 +44,8 @@ void VrGLThread::Init() {
|
|
|
| void VrGLThread::CleanUp() {
|
| vr_shell_gl_.reset();
|
| + scene_manager_.reset();
|
| + scene_.reset();
|
| }
|
|
|
| } // namespace vr_shell
|
|
|