summaryrefslogtreecommitdiffstats
path: root/ui/views/native_theme_delegate.h
diff options
context:
space:
mode:
authorsky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-15 17:29:30 +0000
committersky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-15 17:29:30 +0000
commitffb15d1eb8fc4180b30b43865fc44427f29cd578 (patch)
treeea89569dc78f3a5a103dfb7eef8a4b5bc8879268 /ui/views/native_theme_delegate.h
parent70cdf8d473698e4f9203dde64bfa9147dc4d70e7 (diff)
downloadchromium_src-ffb15d1eb8fc4180b30b43865fc44427f29cd578.zip
chromium_src-ffb15d1eb8fc4180b30b43865fc44427f29cd578.tar.gz
chromium_src-ffb15d1eb8fc4180b30b43865fc44427f29cd578.tar.bz2
ui/base/animation -> ui/gfx/animation
I also made GFX_EXPORT real, which is ok since it's the same as UI_EXPORT. It'll only matter when we separate out at gyp level. BUG=none TEST=none R=ben@chromium.org Review URL: https://codereview.chromium.org/23531053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223289 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/views/native_theme_delegate.h')
-rw-r--r--ui/views/native_theme_delegate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/views/native_theme_delegate.h b/ui/views/native_theme_delegate.h
index d4bc880..f17f164 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(