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 e4ae7f6ec812909693b2406d1245922b7a3f8118..90bed7a66ae2259c5b119083b0d69fa2325f42e8 100644 |
--- a/ui/aura/root_window_host_win.cc |
+++ b/ui/aura/root_window_host_win.cc |
@@ -52,6 +52,7 @@ WindowTreeHostWin::WindowTreeHostWin(const gfx::Rect& bounds) |
} |
WindowTreeHostWin::~WindowTreeHostWin() { |
+ DestroyCompositor(); |
DestroyWindow(hwnd()); |
} |