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

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

Issue 256413004: Relayout windows in overview when display size changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge and remove extra newline. Created 6 years, 8 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/wm/overview/window_selector_unittest.cc ('k') | ash/wm/overview/window_selector_window.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/overview/window_selector_window.h
diff --git a/ash/wm/overview/window_selector_window.h b/ash/wm/overview/window_selector_window.h
index 3b5094adadb1bda6457741fe897a38f55a69021d..f7f45c20d19d5e489f515909cc2a8fb132f2b378 100644
--- a/ash/wm/overview/window_selector_window.h
+++ b/ash/wm/overview/window_selector_window.h
@@ -48,7 +48,7 @@ class WindowSelectorWindow : public WindowSelectorItem,
private:
// Creates the close button window if it does not exist and updates the bounds
// to match the window selector item.
- void UpdateCloseButtonBounds(aura::Window* root_window);
+ void UpdateCloseButtonBounds(aura::Window* root_window, bool animate);
// The window with a scoped transform represented by this selector item.
ScopedTransformOverviewWindow transform_window_;
« no previous file with comments | « ash/wm/overview/window_selector_unittest.cc ('k') | ash/wm/overview/window_selector_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698