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

Unified Diff: ui/views/native_theme_delegate.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
« no previous file with comments | « ui/views/corewm/window_animations_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/native_theme_delegate.h
diff --git a/ui/views/native_theme_delegate.h b/ui/views/native_theme_delegate.h
index d4bc880fd8d1b53385850c258b8ac5dd94353465..f17f164462e7029064fd8f7d75c220222747ffe1 100644
--- a/ui/views/native_theme_delegate.h
+++ b/ui/views/native_theme_delegate.h
@@ -34,7 +34,7 @@ class VIEWS_EXPORT NativeThemeDelegate {
// If the native theme drawign should be animated, return the Animation object
// that controlls it. If no animation is ongoing, NULL may be returned.
- virtual const ui::Animation* GetThemeAnimation() const = 0;
+ virtual const gfx::Animation* GetThemeAnimation() const = 0;
// If animation is onging, this returns the background native theme state.
virtual ui::NativeTheme::State GetBackgroundThemeState(
« no previous file with comments | « ui/views/corewm/window_animations_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698