| Index: ash/system/tray/tray_item_view.cc
|
| diff --git a/ash/system/tray/tray_item_view.cc b/ash/system/tray/tray_item_view.cc
|
| index 6bfc0736a5f568115813c25a10e59646bd5d79c0..23f0d53d62b00f22bbdf4a0dd311b726107e7cac 100644
|
| --- a/ash/system/tray/tray_item_view.cc
|
| +++ b/ash/system/tray/tray_item_view.cc
|
| @@ -94,7 +94,7 @@ void TrayItemView::ChildPreferredSizeChanged(views::View* child) {
|
| }
|
|
|
| void TrayItemView::AnimationProgressed(const ui::Animation* animation) {
|
| - ui::Transform transform;
|
| + gfx::Transform transform;
|
| transform.SetScale(animation->GetCurrentValue(),
|
| animation->GetCurrentValue());
|
| transform.ConcatTranslate(0, animation->CurrentValueBetween(
|
|
|