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

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

Issue 2401473002: [ash-md] Erases the pre-MD code path for Overview Mode (Closed)
Patch Set: [ash-md] Erases the pre-MD code path for Overview Mode Created 4 years, 2 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 587bd9e37d048246216fa6eb0a0534261cf641d5..a85b982078b51459ad88f2449938b6e43bb6ddc4 100644
--- a/ash/common/wm/overview/window_grid.h
+++ b/ash/common/wm/overview/window_grid.h
@@ -75,10 +75,6 @@ class ASH_EXPORT WindowGrid : public WmWindowObserver {
// row height which is equivalent assuming fixed height), balanced rows and
// minimal wasted space.
// Optionally animates the windows to their targets when |animate| is true.
- void PositionWindowsMD(bool animate);
-
- // Positions all the windows in the grid.
- // Optionally animates the windows to their targets when |animate| is true.
void PositionWindows(bool animate);
// Updates |selected_index_| according to the specified |direction| and calls
@@ -161,10 +157,6 @@ class ASH_EXPORT WindowGrid : public WmWindowObserver {
int* min_right,
int* max_right);
- // 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_;

Powered by Google App Engine
This is Rietveld 408576698