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

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

Issue 2668393003: Fix using theme colors for the download shelf's close button. (Closed)
Patch Set: Created 3 years, 11 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..d0cc219a30a5ea914739f68968aada15e1a88d4a 100644
--- a/chrome/browser/ui/cocoa/hover_close_button.h
+++ b/chrome/browser/ui/cocoa/hover_close_button.h
@@ -20,6 +20,8 @@
HoverState previousState_;
}
+@property(nonatomic) SkColor iconColor;
spqchan 2017/02/02 17:36:44 nit: Add comment
Sidney San Martín 2017/02/02 18:58:14 Done.
+
@end
// A version of HoverCloseButton with the "x" icon changed to match the WebUI

Powered by Google App Engine
This is Rietveld 408576698