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

Unified Diff: chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.mm

Issue 184273010: Fix artifacts on the Apps button with CoreAnimation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 500s Created 6 years, 10 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.mm
diff --git a/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.mm b/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.mm
index 26e594d0858d8f4a7da6057f15070bb2ff6aa7ff..d94bbe67d6a7a96ee9db7de1973efc14ddc0d1f6 100644
--- a/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.mm
+++ b/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.mm
@@ -482,6 +482,8 @@ void RecordAppLaunch(Profile* profile, GURL url) {
// Update bookmark button backgrounds.
if ([self isAnimationRunning]) {
+ [appsPageShortcutButton_ setNeedsDisplay:YES];
+ [otherBookmarksButton_ setNeedsDisplay:YES];
Avi (use Gerrit) 2014/03/06 03:42:48 Explain with a brief comment?
ccameron 2014/03/06 07:06:55 Done.
for (NSButton* button in buttons_.get())
[button setNeedsDisplay:YES];
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698