Index: ash/shell.cc |
diff --git a/ash/shell.cc b/ash/shell.cc |
index e4dec643798d8fc0b3b61b20b7ef9bf10ca97d9b..98f73465366b6ef23d7b0b35eb4019e644cfafa3 100644 |
--- a/ash/shell.cc |
+++ b/ash/shell.cc |
@@ -396,6 +396,10 @@ void Shell::OnMaximizeModeEnded() { |
FOR_EACH_OBSERVER(ShellObserver, observers_, OnMaximizeModeEnded()); |
} |
+void Shell::OnRootWindowAdded(aura::Window* root_window) { |
+ FOR_EACH_OBSERVER(ShellObserver, observers_, OnRootWindowAdded(root_window)); |
+} |
+ |
void Shell::CreateShelf() { |
RootWindowControllerList controllers = GetAllRootWindowControllers(); |
for (RootWindowControllerList::iterator iter = controllers.begin(); |
@@ -698,6 +702,7 @@ Shell::~Shell() { |
video_activity_notifier_.reset(); |
#endif // defined(OS_CHROMEOS) |
video_detector_.reset(); |
+ high_contrast_controller_.reset(); |
shadow_controller_.reset(); |
resize_shadow_controller_.reset(); |