| Index: chrome/browser/ui/views/panels/panel_view.cc
|
| diff --git a/chrome/browser/ui/views/panels/panel_view.cc b/chrome/browser/ui/views/panels/panel_view.cc
|
| index 1e65dccae9db93ff3d45ad34cc15624301e51250..77455c5ed2cf7f1eb5f2ade412822e4e7181d35c 100644
|
| --- a/chrome/browser/ui/views/panels/panel_view.cc
|
| +++ b/chrome/browser/ui/views/panels/panel_view.cc
|
| @@ -361,11 +361,11 @@ bool PanelView::FilterMessage(HWND hwnd,
|
| }
|
| #endif
|
|
|
| -void PanelView::AnimationEnded(const ui::Animation* animation) {
|
| +void PanelView::AnimationEnded(const gfx::Animation* animation) {
|
| panel_->manager()->OnPanelAnimationEnded(panel_.get());
|
| }
|
|
|
| -void PanelView::AnimationProgressed(const ui::Animation* animation) {
|
| +void PanelView::AnimationProgressed(const gfx::Animation* animation) {
|
| gfx::Rect new_bounds = bounds_animator_->CurrentValueBetween(
|
| animation_start_bounds_, bounds_);
|
| SetWidgetBounds(new_bounds);
|
|
|