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

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

Issue 358553004: Added text filtering to Overview Mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 6 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/wm/overview/scoped_transform_overview_window.cc » ('j') | ash/wm/overview/window_grid.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/overview/scoped_transform_overview_window.h
diff --git a/ash/wm/overview/scoped_transform_overview_window.h b/ash/wm/overview/scoped_transform_overview_window.h
index 7338754383d47482d35cab534649afb5c1d5d801..e0933e6af84466b171133734df1802a2fa94e231 100644
--- a/ash/wm/overview/scoped_transform_overview_window.h
+++ b/ash/wm/overview/scoped_transform_overview_window.h
@@ -112,6 +112,9 @@ class ScopedTransformOverviewWindow {
// The original transform of the window before entering overview mode.
gfx::Transform original_transform_;
+ // The original opacity before entering overview mode.
tdanderson 2014/06/25 15:48:22 opactity of the window
Nina 2014/06/26 15:20:17 Done.
+ float opacity_;
+
DISALLOW_COPY_AND_ASSIGN(ScopedTransformOverviewWindow);
};
« no previous file with comments | « no previous file | ash/wm/overview/scoped_transform_overview_window.cc » ('j') | ash/wm/overview/window_grid.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698