Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(220)

Unified Diff: ash/launcher/launcher_button.cc

Issue 15174004: Merge 198585 "Regression issue with "ShouldHop", the UpdateState..." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1500/src/
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ash/launcher/launcher_view_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
}
« no previous file with comments | « no previous file | ash/launcher/launcher_view_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698