| Index: chrome/browser/ui/webui/ntp/ntp_resource_cache.cc
|
| diff --git a/chrome/browser/ui/webui/ntp/ntp_resource_cache.cc b/chrome/browser/ui/webui/ntp/ntp_resource_cache.cc
|
| index 2ecaebf50bbf68c4b3d6870b77d855c4b508d504..7594cbfd9ff927fc7ea8fa235a479b09a09c8a76 100644
|
| --- a/chrome/browser/ui/webui/ntp/ntp_resource_cache.cc
|
| +++ b/chrome/browser/ui/webui/ntp/ntp_resource_cache.cc
|
| @@ -49,10 +49,10 @@
|
| #include "grit/generated_resources.h"
|
| #include "grit/locale_settings.h"
|
| #include "grit/theme_resources.h"
|
| -#include "ui/base/animation/animation.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
| #include "ui/base/resource/resource_bundle.h"
|
| #include "ui/base/theme_provider.h"
|
| +#include "ui/gfx/animation/animation.h"
|
| #include "ui/gfx/color_utils.h"
|
| #include "ui/gfx/sys_color_change_listener.h"
|
| #include "ui/webui/jstemplate_builder.h"
|
| @@ -502,7 +502,8 @@ void NTPResourceCache::CreateNewTabHTML() {
|
| webui::SetFontAndTextDirection(&load_time_data);
|
|
|
| // Control fade and resize animations.
|
| - load_time_data.SetBoolean("anim", ui::Animation::ShouldRenderRichAnimation());
|
| + load_time_data.SetBoolean("anim",
|
| + gfx::Animation::ShouldRenderRichAnimation());
|
|
|
| ui::ThemeProvider* tp = ThemeServiceFactory::GetForProfile(profile_);
|
| int alignment = tp->GetDisplayProperty(
|
|
|