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

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 (rebase) Created 4 years, 4 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_grid.h
diff --git a/ash/common/wm/overview/window_grid.h b/ash/common/wm/overview/window_grid.h
index cce8557c6d6c078f1beb9d27c095f5845cdd5f05..e2fe5ac728a7b346c70966d5fe06fbed844a3384 100644
--- a/ash/common/wm/overview/window_grid.h
+++ b/ash/common/wm/overview/window_grid.h
@@ -160,8 +160,8 @@ 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.
+ void PrepareForUsingMasksOrShapes(size_t windows_count) const;
// Root window the grid is in.
WmWindow* root_window_;

Powered by Google App Engine
This is Rietveld 408576698