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

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

Issue 2303043002: Retry c7e292ea58a76fe2 - Redirect all mouse input to Alt+Tab window (Closed)
Patch Set: Created 4 years, 3 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
« no previous file with comments | « no previous file | ash/common/wm/window_cycle_list.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/wm/window_cycle_list.h
diff --git a/ash/common/wm/window_cycle_list.h b/ash/common/wm/window_cycle_list.h
index 49a98dcbfc16858b250ca6d3569c83fafce11a1e..0557396e7ae6e2200eaa5c2d402ab504bfe25e09 100644
--- a/ash/common/wm/window_cycle_list.h
+++ b/ash/common/wm/window_cycle_list.h
@@ -95,7 +95,7 @@ class ASH_EXPORT WindowCycleList : public WmWindowObserver,
WindowCycleView* cycle_view_;
// The widget that hosts the window cycle UI.
- std::unique_ptr<views::Widget> cycle_ui_widget_;
+ views::Widget* cycle_ui_widget_;
// The window list will dismiss if the display metrics change.
ScopedObserver<display::Screen, display::DisplayObserver> screen_observer_;
« no previous file with comments | « no previous file | ash/common/wm/window_cycle_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698