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

Unified Diff: ash/common/wm/overview/scoped_transform_overview_window.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
« no previous file with comments | « no previous file | ash/common/wm/overview/scoped_transform_overview_window.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/wm/overview/scoped_transform_overview_window.h
diff --git a/ash/common/wm/overview/scoped_transform_overview_window.h b/ash/common/wm/overview/scoped_transform_overview_window.h
index 84ce30e2b6cef8d2a56c1142aebaf6549f4d9f6b..c197e64c81a6f5069c0cce107ccbf02eb9719de9 100644
--- a/ash/common/wm/overview/scoped_transform_overview_window.h
+++ b/ash/common/wm/overview/scoped_transform_overview_window.h
@@ -141,6 +141,9 @@ class ASH_EXPORT ScopedTransformOverviewWindow : public ui::EventHandler {
// For minmiezd window, this will be a window that hosts mirrored layers.
WmWindow* GetOverviewWindow() const;
+ // Ensures that a window is visible by setting its opacity to 1.
+ void EnsureVisible();
+
// Returns the window created for minimized window, or nullptr
// if it does not exit.
WmWindow* GetOverviewWindowForMinimizedState() const;
« no previous file with comments | « no previous file | ash/common/wm/overview/scoped_transform_overview_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698