| Index: ui/views/animation/bounds_animator.h
|
| diff --git a/ui/views/animation/bounds_animator.h b/ui/views/animation/bounds_animator.h
|
| index 3bbbc4a8ece9e047fda7b12fada5492a13e8c353..69348c9452fae7c890d5d01d32b77c7af7af1e70 100644
|
| --- a/ui/views/animation/bounds_animator.h
|
| +++ b/ui/views/animation/bounds_animator.h
|
| @@ -60,6 +60,10 @@ class VIEWS_EXPORT BoundsAnimator : public ui::AnimationDelegate,
|
| // invoking |AnimateViewTo|.
|
| void SetTargetBounds(View* view, const gfx::Rect& target);
|
|
|
| + // Returns the target bounds for the specified view. If |view| is not
|
| + // animating its current bounds is returned.
|
| + gfx::Rect GetTargetBounds(View* view);
|
| +
|
| // Sets the animation for the specified view. BoundsAnimator takes ownership
|
| // of the specified animation.
|
| void SetAnimationForView(View* view, ui::SlideAnimation* animation);
|
|
|