| Index: ui/aura/root_window.cc
|
| diff --git a/ui/aura/root_window.cc b/ui/aura/root_window.cc
|
| index c44a959c8ec466cfef17139a6ec8b461a16f2c4a..390a5f1a42f4cb3f003b43b41a353d5bb1cddbb2 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.
|
|
|