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

Unified Diff: chrome/browser/ui/panels/panel_bounds_animation.h

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/gtk/throbber_gtk.cc ('k') | chrome/browser/ui/panels/panel_bounds_animation.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/panels/panel_bounds_animation.h
diff --git a/chrome/browser/ui/panels/panel_bounds_animation.h b/chrome/browser/ui/panels/panel_bounds_animation.h
index 0880315c4a1202da941621487604c07e5006f923..16bde4a6d9a30d2c85579a83fd168a8633e35a0d 100644
--- a/chrome/browser/ui/panels/panel_bounds_animation.h
+++ b/chrome/browser/ui/panels/panel_bounds_animation.h
@@ -5,16 +5,16 @@
#ifndef CHROME_BROWSER_UI_PANELS_PANEL_BOUNDS_ANIMATION_H_
#define CHROME_BROWSER_UI_PANELS_PANEL_BOUNDS_ANIMATION_H_
-#include "ui/base/animation/linear_animation.h"
+#include "ui/gfx/animation/linear_animation.h"
-namespace ui {
+namespace gfx {
class AnimationDelegate;
}
class Panel;
-class PanelBoundsAnimation : public ui::LinearAnimation {
+class PanelBoundsAnimation : public gfx::LinearAnimation {
public:
- PanelBoundsAnimation(ui::AnimationDelegate* target,
+ PanelBoundsAnimation(gfx::AnimationDelegate* target,
Panel* panel,
const gfx::Rect& initial_bounds,
const gfx::Rect& final_bounds);
« no previous file with comments | « chrome/browser/ui/gtk/throbber_gtk.cc ('k') | chrome/browser/ui/panels/panel_bounds_animation.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698