summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorshess@chromium.org <shess@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-12 17:57:27 +0000
committershess@chromium.org <shess@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-12 17:57:27 +0000
commit0e2e838740f301808598648e33caec27283493f6 (patch)
treeb6a8e352b57d974eb80ca815d005e457b4719482
parent994d493ce5db13d831abec73a859018baed178ab (diff)
downloadchromium_src-0e2e838740f301808598648e33caec27283493f6.zip
chromium_src-0e2e838740f301808598648e33caec27283493f6.tar.gz
chromium_src-0e2e838740f301808598648e33caec27283493f6.tar.bz2
[Mac] Redraw omnibox when updating star status.
BUG=46696 TEST=Put an url on BMB. Click to it. Right-click delete, star in omnibox should update. Review URL: http://codereview.chromium.org/2915002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52102 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/browser/cocoa/location_bar/location_bar_view_mac.mm1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/cocoa/location_bar/location_bar_view_mac.mm b/chrome/browser/cocoa/location_bar/location_bar_view_mac.mm
index 22c3447d..b9b70c1 100644
--- a/chrome/browser/cocoa/location_bar/location_bar_view_mac.mm
+++ b/chrome/browser/cocoa/location_bar/location_bar_view_mac.mm
@@ -457,6 +457,7 @@ void LocationBarViewMac::SetStarred(bool starred) {
star_icon_view_.SetStarred(starred);
[field_ updateCursorAndToolTipRects];
[field_ resetFieldEditorFrameIfNeeded];
+ [field_ setNeedsDisplay:YES];
}
NSPoint LocationBarViewMac::GetBookmarkBubblePoint() const {