Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5489)

Unified Diff: ash/common/wm/window_cycle_list.cc

Issue 2390953004: WidgetDelegateView is its own contents view. (Closed)
Patch Set: another minor fix Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_];
}

Powered by Google App Engine
This is Rietveld 408576698