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

Unified Diff: components/favicon_base/favicon_types.h

Issue 2347173002: Extend FaviconService to support fetching favicons from a Google server (Closed)
Patch Set: Requiring minimum_size Created 4 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
Index: components/favicon_base/favicon_types.h
diff --git a/components/favicon_base/favicon_types.h b/components/favicon_base/favicon_types.h
index 6a399cefe0ebb4e03e6000ea79e6480a60862805..02f84b685e0a625c5ec1ae19577e247528b49bca 100644
--- a/components/favicon_base/favicon_types.h
+++ b/components/favicon_base/favicon_types.h
@@ -68,6 +68,10 @@ struct FaviconRawBitmapResult {
// The pixel dimensions of |bitmap_data|.
gfx::Size pixel_size;
+ // The pixel dimensions of the bitmap before it was resized to the desired
+ // size.
pkotwicz 2016/12/19 00:03:29 How about: "The pixel dimensions of the bitmap sto
jkrcal 2016/12/19 17:07:19 Done.
+ gfx::Size pixel_size_in_db;
+
// The URL of the containing favicon.
GURL icon_url;

Powered by Google App Engine
This is Rietveld 408576698