| Index: ui/views/widget/desktop_aura/desktop_root_window_host_win.cc
|
| diff --git a/ui/views/widget/desktop_aura/desktop_root_window_host_win.cc b/ui/views/widget/desktop_aura/desktop_root_window_host_win.cc
|
| index f82b915e49707585ac176213b8774acdb1a0d893..0a8596d836d1e97a22391e7966aa3e593359284e 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_root_window_host_win.cc
|
| +++ b/ui/views/widget/desktop_aura/desktop_root_window_host_win.cc
|
| @@ -88,6 +88,7 @@ DesktopWindowTreeHostWin::DesktopWindowTreeHostWin(
|
| }
|
|
|
| DesktopWindowTreeHostWin::~DesktopWindowTreeHostWin() {
|
| + DestroyCompositor();
|
| // WARNING: |content_window_| has been destroyed by the time we get here.
|
| desktop_native_widget_aura_->OnDesktopWindowTreeHostDestroyed(
|
| root_window_);
|
|
|