| Index: ash/launcher/launcher_view.cc
|
| diff --git a/ash/launcher/launcher_view.cc b/ash/launcher/launcher_view.cc
|
| index 3f581d41461edc420965df0ea58c07a8029b8a72..f5833ba1c9a6fa1ea70c4ff88373b77bb9e1375a 100644
|
| --- a/ash/launcher/launcher_view.cc
|
| +++ b/ash/launcher/launcher_view.cc
|
| @@ -230,7 +230,7 @@ class LauncherView::StartFadeAnimationDelegate :
|
| launcher_view_->FadeIn(view_);
|
| }
|
| virtual void AnimationCanceled(const Animation* animation) OVERRIDE {
|
| - view_->SetVisible(true);
|
| + view_->layer()->SetOpacity(1.0f);
|
| }
|
|
|
| private:
|
|
|