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

Unified Diff: ash/common/wm/overview/window_selector.h

Issue 2637403013: [ash-md] Makes sure that minimized windows can be activated in overview (Closed)
Patch Set: [ash-md] Makes sure that minimized windows can be activated in overview Created 3 years, 11 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/overview/window_selector.h
diff --git a/ash/common/wm/overview/window_selector.h b/ash/common/wm/overview/window_selector.h
index 320ac74c59458f441af00564d62340e7d8b8667e..bb3f6d417088ef7326f40418600a82bf1041a31e 100644
--- a/ash/common/wm/overview/window_selector.h
+++ b/ash/common/wm/overview/window_selector.h
@@ -61,8 +61,8 @@ class ASH_EXPORT WindowSelector : public display::DisplayObserver,
// Called when the last window selector item from a grid is deleted.
void OnGridEmpty(WindowGrid* grid);
- // Activates |window|.
- void SelectWindow(WmWindow* window);
+ // Activates |item's| window.
+ void SelectWindow(WindowSelectorItem* item);
// Called when |window| is about to get closed.
void WindowClosing(WindowSelectorItem* window);
« no previous file with comments | « ash/common/wm/overview/scoped_transform_overview_window.cc ('k') | ash/common/wm/overview/window_selector.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698