Index: ash/shell.cc |
diff --git a/ash/shell.cc b/ash/shell.cc |
index b9de6a26264d19ea551242881ea3274ffea1cdf5..20528e04086c0b319295fac71db7c8827f185809 100644 |
--- a/ash/shell.cc |
+++ b/ash/shell.cc |
@@ -736,6 +736,7 @@ void Shell::Init() { |
drag_drop_controller_.reset(new internal::DragDropController); |
magnification_controller_.reset(new internal::MagnificationController); |
+ AddRootWindowEventFilter(magnification_controller_->GetEventFilter()); |
power_button_controller_.reset(new PowerButtonController); |
AddShellObserver(power_button_controller_.get()); |
video_detector_.reset(new VideoDetector); |