| Index: ash/launcher/launcher_button.cc
|
| ===================================================================
|
| --- ash/launcher/launcher_button.cc (revision 200062)
|
| +++ ash/launcher/launcher_button.cc (working copy)
|
| @@ -300,7 +300,7 @@
|
| base::TimeDelta::FromMilliseconds(kHopUpMS));
|
| }
|
| state_ |= state;
|
| - UpdateState();
|
| + Layout();
|
| if (state & STATE_ATTENTION)
|
| bar_->ShowAttention(true);
|
| }
|
| @@ -316,7 +316,7 @@
|
| base::TimeDelta::FromMilliseconds(kHopDownMS));
|
| }
|
| state_ &= ~state;
|
| - UpdateState();
|
| + Layout();
|
| if (state & STATE_ATTENTION)
|
| bar_->ShowAttention(false);
|
| }
|
|
|