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

Unified Diff: ash/wm/base_layout_manager.h

Issue 11201002: Removes worskpace 1 code. Will rename next. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove more code Created 8 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/wm/base_layout_manager.h
diff --git a/ash/wm/base_layout_manager.h b/ash/wm/base_layout_manager.h
index 7c059c5ed307ff51172d961639be3f82d03821a2..466349c217ffeedd716e44ba36e1124891dd1008 100644
--- a/ash/wm/base_layout_manager.h
+++ b/ash/wm/base_layout_manager.h
@@ -77,12 +77,7 @@ class ASH_EXPORT BaseLayoutManager : public aura::LayoutManager,
private:
// Update window bounds based on a change in show state.
- void UpdateBoundsFromShowState(aura::Window* window, bool animate);
-
- // Updates window bounds and animates when requested and possible.
- void MaybeAnimateToBounds(aura::Window* window,
- bool animate,
- const gfx::Rect& new_bounds);
+ void UpdateBoundsFromShowState(aura::Window* window);
// Adjusts the window sizes when the screen changes its size or its
// work area insets.

Powered by Google App Engine
This is Rietveld 408576698