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

Unified Diff: chrome/browser/ui/cocoa/tabs/throbbing_image_view.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/cocoa/tabs/throbbing_image_view.h
diff --git a/chrome/browser/ui/cocoa/tabs/throbbing_image_view.h b/chrome/browser/ui/cocoa/tabs/throbbing_image_view.h
index 4cf9486ecfcf4b9a514ba7a5b4af1448502c82dc..e0d42f9806062cefd086ab05f5b8ae0bb69e509e 100644
--- a/chrome/browser/ui/cocoa/tabs/throbbing_image_view.h
+++ b/chrome/browser/ui/cocoa/tabs/throbbing_image_view.h
@@ -9,7 +9,7 @@
#include "base/mac/scoped_nsobject.h"
#include "base/memory/scoped_ptr.h"
-#include "ui/base/animation/throb_animation.h"
+#include "ui/gfx/animation/throb_animation.h"
class ThrobbingImageViewAnimationDelegate;
@@ -25,7 +25,7 @@ enum ThrobPosition {
@protected
base::scoped_nsobject<NSImage> backgroundImage_;
base::scoped_nsobject<NSImage> throbImage_;
- scoped_ptr<ui::ThrobAnimation> throbAnimation_;
+ scoped_ptr<gfx::ThrobAnimation> throbAnimation_;
@private
scoped_ptr<ThrobbingImageViewAnimationDelegate> delegate_;
@@ -37,7 +37,7 @@ enum ThrobPosition {
throbImage:(NSImage*)throbImage
durationMS:(int)durationMS
throbPosition:(ThrobPosition)throbPosition
- animationContainer:(ui::AnimationContainer*)animationContainer;
+ animationContainer:(gfx::AnimationContainer*)animationContainer;
@end
« no previous file with comments | « chrome/browser/ui/cocoa/tabs/tab_strip_controller.mm ('k') | chrome/browser/ui/cocoa/tabs/throbbing_image_view.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698