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

Unified Diff: chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h

Issue 10559054: Animate the script badges. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebase, fix thing i accidentally deleted in the last rebase Created 8 years, 6 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
Index: chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h
diff --git a/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h b/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h
index bd16411babcdda22077ac331632b931487f58e5e..189cb337b9a28e2dfc3bf400e070305b68937a77 100644
--- a/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h
+++ b/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h
@@ -29,6 +29,7 @@ class CommandUpdater;
class ContentSettingDecoration;
class EVBubbleDecoration;
class KeywordHintDecoration;
+class LocationBarDecoration;
class LocationIconDecoration;
class PageActionDecoration;
class Profile;
@@ -110,6 +111,9 @@ class LocationBarViewMac : public LocationBar,
// Layout the various decorations which live in the field.
void Layout();
+ // Re-draws |decoration| if it's already being displayed.
+ void RedrawDecoration(LocationBarDecoration* decoration);
+
// Returns the current WebContents.
content::WebContents* GetWebContents() const;
« no previous file with comments | « chrome/browser/extensions/script_badge_controller.cc ('k') | chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698