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

Unified Diff: chrome/browser/ui/cocoa/tabs/tab_projecting_image_view.mm

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/tab_projecting_image_view.mm
diff --git a/chrome/browser/ui/cocoa/tabs/tab_projecting_image_view.mm b/chrome/browser/ui/cocoa/tabs/tab_projecting_image_view.mm
index 1cfa8a4dc0360b1f846b3262164e99f0b5229269..729502810250a9c3f8ebe14544f2c1985a7aa1b6 100644
--- a/chrome/browser/ui/cocoa/tabs/tab_projecting_image_view.mm
+++ b/chrome/browser/ui/cocoa/tabs/tab_projecting_image_view.mm
@@ -11,7 +11,7 @@
projectorImage:(NSImage*)projectorImage
throbImage:(NSImage*)throbImage
durationMS:(int)durationMS
- animationContainer:(ui::AnimationContainer*)animationContainer {
+ animationContainer:(gfx::AnimationContainer*)animationContainer {
if ((self = [super initWithFrame:rect
backgroundImage:backgroundImage
throbImage:throbImage

Powered by Google App Engine
This is Rietveld 408576698