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

Unified Diff: chrome/browser/ui/cocoa/tabs/tab_strip_controller.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/tab_strip_controller.h
diff --git a/chrome/browser/ui/cocoa/tabs/tab_strip_controller.h b/chrome/browser/ui/cocoa/tabs/tab_strip_controller.h
index 216ff3bb101dfb8d26320f07f18cae8dfd34a9d5..a87c5a5bb5b9fc97e72eb3c37ea1b8a4a94f0524 100644
--- a/chrome/browser/ui/cocoa/tabs/tab_strip_controller.h
+++ b/chrome/browser/ui/cocoa/tabs/tab_strip_controller.h
@@ -27,7 +27,7 @@ class TabStripModel;
namespace content {
class WebContents;
}
-namespace ui {
+namespace gfx {
class AnimationContainer;
}
@@ -143,7 +143,7 @@ class AnimationContainer;
// Helper for performing tab selection as a result of dragging over a tab.
scoped_ptr<HoverTabSelector> hoverTabSelector_;
- scoped_refptr<ui::AnimationContainer> animationContainer_;
+ scoped_refptr<gfx::AnimationContainer> animationContainer_;
}
@property(nonatomic) CGFloat leftIndentForControls;

Powered by Google App Engine
This is Rietveld 408576698