Index: ash/common/wm/window_cycle_list.cc |
diff --git a/ash/common/wm/window_cycle_list.cc b/ash/common/wm/window_cycle_list.cc |
index ed646a8e4f0bb8e8752c10718d7597edacd480fe..3a142358a6459c9800edd838a129adc1e2c58731 100644 |
--- a/ash/common/wm/window_cycle_list.cc |
+++ b/ash/common/wm/window_cycle_list.cc |
@@ -392,8 +392,6 @@ class WindowCycleView : public views::WidgetDelegateView { |
WmShell::Get()->window_cycle_controller()->StopCycling(); |
} |
- View* GetContentsView() override { return this; } |
- |
View* GetInitiallyFocusedView() override { |
return window_view_map_[target_window_]; |
} |