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); |