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

Unified Diff: chrome/common/favicon/favicon_url_parser.h

Issue 335233003: Convert ui::ScaleFactor -> float in favicon/history code (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix size_t Created 6 years, 6 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/common/favicon/favicon_url_parser.h
diff --git a/chrome/common/favicon/favicon_url_parser.h b/chrome/common/favicon/favicon_url_parser.h
index 46eed9b99edf83642be7e8daadd7b7216f88434b..d7de77080a89e455c09ee6dbc8e18becba9fd981 100644
--- a/chrome/common/favicon/favicon_url_parser.h
+++ b/chrome/common/favicon/favicon_url_parser.h
@@ -19,8 +19,8 @@ struct ParsedFaviconPath {
// The size of the requested favicon in dip.
int size_in_dip;
- // The scale factor of the requested favicon.
- float scale_factor;
+ // The device scale factor of the requested favicon.
+ float device_scale_factor;
// The index of the first character (relative to the path) where the the URL
// from which the favicon is being requested is located.

Powered by Google App Engine
This is Rietveld 408576698