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

Unified Diff: chrome/browser/ui/views/panels/panel_view.cc

Issue 23531053: ui/base/animation -> ui/gfx/animation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge 2 trunk Created 7 years, 3 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 | « chrome/browser/ui/views/panels/panel_view.h ('k') | chrome/browser/ui/views/script_bubble_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « chrome/browser/ui/views/panels/panel_view.h ('k') | chrome/browser/ui/views/script_bubble_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698