Index: ash/wm/window_cycle_controller.cc |
=================================================================== |
--- ash/wm/window_cycle_controller.cc (revision 119894) |
+++ ash/wm/window_cycle_controller.cc (working copy) |
@@ -36,8 +36,7 @@ |
}; |
// Watch for all keyboard events by filtering the root window. |
-WindowCycleEventFilter::WindowCycleEventFilter() |
- : aura::EventFilter(aura::RootWindow::GetInstance()) { |
+WindowCycleEventFilter::WindowCycleEventFilter() { |
} |
WindowCycleEventFilter::~WindowCycleEventFilter() { |