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

Unified Diff: content/child/blink_platform_impl.cc

Issue 2915353002: Stylize PlaceholderImages with icons. (Closed)
Patch Set: Scale down a larger image to improve appearance on high DPI devices. Created 3 years, 7 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: content/child/blink_platform_impl.cc
diff --git a/content/child/blink_platform_impl.cc b/content/child/blink_platform_impl.cc
index 94eaffa8859985a83725547917291cf3e7b1e4ef..b4f5945d3f56012940f30e4e2d1f99ef537e5fc7 100644
--- a/content/child/blink_platform_impl.cc
+++ b/content/child/blink_platform_impl.cc
@@ -606,6 +606,7 @@ const DataResource kDataResources[] = {
{"colorSuggestionPicker.css", IDR_COLOR_SUGGESTION_PICKER_CSS,
ui::SCALE_FACTOR_NONE, true},
#endif
+ {"placeholderIcon", IDR_PLACEHOLDER_ICON, ui::SCALE_FACTOR_100P, false},
};
} // namespace

Powered by Google App Engine
This is Rietveld 408576698