summaryrefslogtreecommitdiff
path: root/chromium/ui/views/native_theme_delegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ui/views/native_theme_delegate.h')
-rw-r--r--chromium/ui/views/native_theme_delegate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/ui/views/native_theme_delegate.h b/chromium/ui/views/native_theme_delegate.h
index d4bc880fd8d..f17f164462e 100644
--- a/chromium/ui/views/native_theme_delegate.h
+++ b/chromium/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(