Index: ui/aura/root_window.cc |
diff --git a/ui/aura/root_window.cc b/ui/aura/root_window.cc |
index d5ab05b00ba85d807c0adfbac5b7a0eb1be6e694..58c8c5f22cb06b35026e6fcc1b21ef933c9bf72b 100644 |
--- a/ui/aura/root_window.cc |
+++ b/ui/aura/root_window.cc |
@@ -170,6 +170,8 @@ RootWindow::RootWindow(const CreateParams& params) |
} |
RootWindow::~RootWindow() { |
+ TRACE_EVENT0("shutdown", "RootWindow::Destructor"); |
+ |
compositor_->RemoveObserver(this); |
// Make sure to destroy the compositor before terminating so that state is |
// cleared and we don't hit asserts. |