| 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(
|
|
|