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

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

Issue 2525753002: Restore original opacity when exiting overview (Closed)
Patch Set: Created 4 years, 1 month 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 9514d34b159db83e7f5ce6a28bd918ddbad857f2..84ce30e2b6cef8d2a56c1142aebaf6549f4d9f6b 100644
--- a/ash/common/wm/overview/scoped_transform_overview_window.h
+++ b/ash/common/wm/overview/scoped_transform_overview_window.h
@@ -179,6 +179,9 @@ class ASH_EXPORT ScopedTransformOverviewWindow : public ui::EventHandler {
// The original transform of the window before entering overview mode.
gfx::Transform original_transform_;
+ // The original opacity of the window before entering overview mode.
+ float original_opacity_;
+
// A window that holds the content for minimized window.
std::unique_ptr<views::Widget> minimized_widget_;
« 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