Chromium Code Reviews| Index: ui/aura/root_window_host_win.cc |
| diff --git a/ui/aura/root_window_host_win.cc b/ui/aura/root_window_host_win.cc |
| index 7bf4284ca4bb8b89f91d7e04740f9eb90d79f7ab..872599d53b7106d33a9bfd0964e95f2006ad4360 100644 |
| --- a/ui/aura/root_window_host_win.cc |
| +++ b/ui/aura/root_window_host_win.cc |
| @@ -52,6 +52,7 @@ RootWindowHostWin::RootWindowHostWin(const gfx::Rect& bounds) |
| } |
| RootWindowHostWin::~RootWindowHostWin() { |
| + DestroyCompositor(); |
| DestroyWindow(hwnd()); |
| } |