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

Unified Diff: ui/gfx/font_render_params_android.cc

Issue 403923002: Make GetCustomFontRenderParams() pass font style. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove an extra assignment Created 6 years, 5 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: ui/gfx/font_render_params_android.cc
diff --git a/ui/gfx/font_render_params_android.cc b/ui/gfx/font_render_params_android.cc
index 0d5650042fb151378ebead17b5fa8b9e848f9c7b..11e9ff220d90e5e043ec676d9b4442cf929de2c8 100644
--- a/ui/gfx/font_render_params_android.cc
+++ b/ui/gfx/font_render_params_android.cc
@@ -40,6 +40,7 @@ FontRenderParams GetCustomFontRenderParams(
const std::vector<std::string>* family_list,
const int* pixel_size,
const int* point_size,
+ const int* style,
std::string* family_out) {
NOTIMPLEMENTED();
return GetDefaultFontRenderParams();

Powered by Google App Engine
This is Rietveld 408576698