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

Unified Diff: chrome/common/web_application_info.cc

Issue 782693002: Ensure there are always nice icons for bookmark apps. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mac compile Created 6 years 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
« no previous file with comments | « chrome/common/web_application_info.h ('k') | extensions/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/web_application_info.cc
diff --git a/chrome/common/web_application_info.cc b/chrome/common/web_application_info.cc
index 68a1dbe85eff9215c20f114d54742242f6b29e80..5a01d62c6c4d9294f4116f727560c1f26bfa7fd0 100644
--- a/chrome/common/web_application_info.cc
+++ b/chrome/common/web_application_info.cc
@@ -11,7 +11,8 @@ WebApplicationInfo::IconInfo::~IconInfo() {
}
WebApplicationInfo::WebApplicationInfo()
- : mobile_capable(MOBILE_CAPABLE_UNSPECIFIED) {
+ : mobile_capable(MOBILE_CAPABLE_UNSPECIFIED),
+ generated_icon_color(SK_ColorTRANSPARENT) {
}
WebApplicationInfo::~WebApplicationInfo() {
« no previous file with comments | « chrome/common/web_application_info.h ('k') | extensions/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698