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

Unified Diff: chrome/browser/ui/autofill/autofill_dialog_controller_impl.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
Index: chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc
diff --git a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc
index 073f3981dd748435fe19278347a90def8c4fafac..059027f06883b74e691ccb469f204fb9adeaa073 100644
--- a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc
+++ b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc
@@ -3097,13 +3097,13 @@ void AutofillDialogControllerImpl::FinishSubmit() {
}
void AutofillDialogControllerImpl::AnimationProgressed(
- const ui::Animation* animation) {
+ const gfx::Animation* animation) {
DCHECK_EQ(animation, &card_generated_animation_);
PushOverlayUpdate();
}
void AutofillDialogControllerImpl::AnimationEnded(
- const ui::Animation* animation) {
+ const gfx::Animation* animation) {
DCHECK_EQ(animation, &card_generated_animation_);
DoFinishSubmit();
}
« no previous file with comments | « chrome/browser/ui/autofill/autofill_dialog_controller_impl.h ('k') | chrome/browser/ui/autofill/loading_animation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698