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

Unified Diff: components/favicon_base/fallback_icon_style.h

Issue 2374753002: Track when fallback icon color is the default. (Closed)
Patch Set: Created 4 years, 3 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: components/favicon_base/fallback_icon_style.h
diff --git a/components/favicon_base/fallback_icon_style.h b/components/favicon_base/fallback_icon_style.h
index 478efb8eb05ce32d17b6462d40a889e6179b789a..925773080eb1343bb95a352c89126dea01329a12 100644
--- a/components/favicon_base/fallback_icon_style.h
+++ b/components/favicon_base/fallback_icon_style.h
@@ -21,6 +21,7 @@ struct FallbackIconStyle {
// Icon background fill color.
SkColor background_color;
+ bool is_default_background_color;
// Icon text color.
SkColor text_color;

Powered by Google App Engine
This is Rietveld 408576698