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

Unified Diff: ash/wm/compact_layout_manager.h

Issue 9388018: Compact layout mananger animates windows rather than the default container layer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 10 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/compact_layout_manager.cc » ('j') | ash/wm/compact_layout_manager.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/compact_layout_manager.h
diff --git a/ash/wm/compact_layout_manager.h b/ash/wm/compact_layout_manager.h
index 4d713b659cd56e4c07c4dad21fc8db325acfa8e0..2818f58aee3cb5a53e98883e8135340437b0775d 100644
--- a/ash/wm/compact_layout_manager.h
+++ b/ash/wm/compact_layout_manager.h
@@ -63,6 +63,9 @@ class ASH_EXPORT CompactLayoutManager : public BaseLayoutManager,
// The underlying layer is translated to -|offset_x| position.
void AnimateSlideTo(int offset_x);
+ // Returns true if there is a slide in progress.
+ bool AreWindowsAnimating() const;
+
// Layout all browser windows currently in the window cycle list.
// skip |skip_this_window| if we do not want the window to be laid out.
void LayoutWindows(aura::Window* skip_this_window);
« no previous file with comments | « no previous file | ash/wm/compact_layout_manager.cc » ('j') | ash/wm/compact_layout_manager.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698