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

Unified Diff: ui/views/corewm/window_animations.h

Issue 130983007: Creating multi profile animations for switching users and teleporting of windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed windows build & addressed Created 6 years, 11 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: ui/views/corewm/window_animations.h
diff --git a/ui/views/corewm/window_animations.h b/ui/views/corewm/window_animations.h
index 996c215dc89b0a4856d14f3704eaef83cac40174..8148cd883f92b65c1471e6d184d730956c106913 100644
--- a/ui/views/corewm/window_animations.h
+++ b/ui/views/corewm/window_animations.h
@@ -74,6 +74,9 @@ VIEWS_EXPORT void SetWindowVisibilityAnimationDuration(
aura::Window* window,
const base::TimeDelta& duration);
+VIEWS_EXPORT base::TimeDelta GetWindowVisibilityAnimationDuration(
+ aura::Window* window);
sky 2014/01/27 17:17:09 Can this take a const aura::Window*?
Mr4D (OOO till 08-26) 2014/01/27 18:44:18 Done.
+
VIEWS_EXPORT void SetWindowVisibilityAnimationVerticalPosition(
aura::Window* window,
float position);

Powered by Google App Engine
This is Rietveld 408576698