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

Unified Diff: ash/wm/window_animations.h

Issue 10454107: Revert 139494 - ash: Improved window maximize/restore animations (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 7 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/base_layout_manager.cc ('k') | ash/wm/window_animations.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/window_animations.h
===================================================================
--- ash/wm/window_animations.h (revision 139956)
+++ ash/wm/window_animations.h (working copy)
@@ -7,16 +7,12 @@
#pragma once
#include "ash/ash_export.h"
+#include "base/time.h"
namespace aura {
class Window;
}
-namespace base {
-class TimeDelta;
-}
-namespace gfx {
-class Rect;
-}
+
namespace ui {
class ImplicitAnimationObserver;
}
@@ -76,10 +72,6 @@
namespace internal {
-// Animate a cross-fade of |window| from its current bounds to |new_bounds|.
-ASH_EXPORT void CrossFadeToBounds(aura::Window* window,
- const gfx::Rect& new_bounds);
-
// Returns false if the |window| didn't animate.
ASH_EXPORT bool AnimateOnChildWindowVisibilityChanged(
aura::Window* window, bool visible);
« no previous file with comments | « ash/wm/base_layout_manager.cc ('k') | ash/wm/window_animations.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698