| Index: content/browser/browser_main_loop.cc
|
| diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc
|
| index 9e0188f3c3c191910bb6fba2c853bfc25372fc92..535b614f0f2a000c7c69a8db617aa1315900bbde 100644
|
| --- a/content/browser/browser_main_loop.cc
|
| +++ b/content/browser/browser_main_loop.cc
|
| @@ -1262,6 +1262,10 @@ void BrowserMainLoop::ShutdownThreadsAndCleanUp() {
|
| device_monitor_mac_.reset();
|
| #endif
|
|
|
| + if (BrowserGpuChannelHostFactory::instance()) {
|
| + BrowserGpuChannelHostFactory::instance()->CloseChannel();
|
| + }
|
| +
|
| // Shutdown the Service Manager and IPC.
|
| service_manager_context_.reset();
|
| mojo_ipc_support_.reset();
|
|
|