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

Unified Diff: chrome/browser/ui/cocoa/hover_close_button.h

Issue 2687633002: Fix using theme colors for the download shelf's close button. (Closed)
Patch Set: Created 3 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
Index: chrome/browser/ui/cocoa/hover_close_button.h
diff --git a/chrome/browser/ui/cocoa/hover_close_button.h b/chrome/browser/ui/cocoa/hover_close_button.h
index 5d809b19d9e4784bc093867c91f5427ee6093cf8..231a83f566cd0ca37175ccb6540b8a8b9502891f 100644
--- a/chrome/browser/ui/cocoa/hover_close_button.h
+++ b/chrome/browser/ui/cocoa/hover_close_button.h
@@ -20,6 +20,9 @@
HoverState previousState_;
}
+// The color of the icon in its idle (not-hovering) state.
+@property(nonatomic) SkColor iconColor;
+
@end
// A version of HoverCloseButton with the "x" icon changed to match the WebUI
« no previous file with comments | « chrome/browser/ui/cocoa/download/download_shelf_view_cocoa.mm ('k') | chrome/browser/ui/cocoa/hover_close_button.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698