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

Unified Diff: chrome/browser/ui/autofill/loading_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
Index: chrome/browser/ui/autofill/loading_animation.h
diff --git a/chrome/browser/ui/autofill/loading_animation.h b/chrome/browser/ui/autofill/loading_animation.h
index 8146591eca0b3cb1b8bbce263b0d62b252c27499..d55fd7bde0d00d9c48d9e965053e43355d99ec1b 100644
--- a/chrome/browser/ui/autofill/loading_animation.h
+++ b/chrome/browser/ui/autofill/loading_animation.h
@@ -5,17 +5,17 @@
#ifndef CHROME_BROWSER_UI_AUTOFILL_LOADING_ANIMATION_H_
#define CHROME_BROWSER_UI_AUTOFILL_LOADING_ANIMATION_H_
-#include "ui/base/animation/linear_animation.h"
+#include "ui/gfx/animation/linear_animation.h"
namespace autofill {
// An animation for a dancing ellipsis.
-class LoadingAnimation : public ui::LinearAnimation {
+class LoadingAnimation : public gfx::LinearAnimation {
public:
- explicit LoadingAnimation(ui::AnimationDelegate* delegate);
+ explicit LoadingAnimation(gfx::AnimationDelegate* delegate);
virtual ~LoadingAnimation();
- // ui::Animation implementation.
+ // gfx::Animation implementation.
virtual void Step(base::TimeTicks time_now) OVERRIDE;
// Returns the vertical pixel offset for the nth dot.
« no previous file with comments | « chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc ('k') | chrome/browser/ui/autofill/loading_animation.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698