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

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

Issue 2239233002: [ash-md] Fades overview header in and out (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: [ash-md] Fades overview header in and out (fixed a new test assertion) 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 | « ash/common/wm/overview/scoped_transform_overview_window.cc ('k') | ash/common/wm/overview/window_grid.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/wm/overview/window_grid.h
diff --git a/ash/common/wm/overview/window_grid.h b/ash/common/wm/overview/window_grid.h
index 25f378847ca38e69dc94aa6b597d46339028d28d..587bd9e37d048246216fa6eb0a0534261cf641d5 100644
--- a/ash/common/wm/overview/window_grid.h
+++ b/ash/common/wm/overview/window_grid.h
@@ -161,8 +161,9 @@ class ASH_EXPORT WindowGrid : public WmWindowObserver {
int* min_right,
int* max_right);
- // Returns the target bounds of the currently selected item.
- const gfx::Rect GetSelectionBounds() const;
+ // Sets up WindowSelectorItem to use masks or shapes based on command flags.
+ // TODO(varkha): remove this in the next patch and use shapes but not masks.
+ void PrepareForUsingMasksOrShapes(size_t windows_count) const;
// Root window the grid is in.
WmWindow* root_window_;
« no previous file with comments | « ash/common/wm/overview/scoped_transform_overview_window.cc ('k') | ash/common/wm/overview/window_grid.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698