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

Unified Diff: ui/gfx/font_render_params_win.cc

Issue 403923002: Make GetCustomFontRenderParams() pass font style. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: apply review feedback 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
« no previous file with comments | « ui/gfx/font_render_params_linux_unittest.cc ('k') | ui/gfx/platform_font_pango.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/font_render_params_win.cc
diff --git a/ui/gfx/font_render_params_win.cc b/ui/gfx/font_render_params_win.cc
index 03f7a275d090b996fc2b6cf9720286624f7e1f6e..c7d5d338eeff946d08b4f909d0a3b6a3d3c7fee5 100644
--- a/ui/gfx/font_render_params_win.cc
+++ b/ui/gfx/font_render_params_win.cc
@@ -80,4 +80,15 @@ const FontRenderParams& GetDefaultWebKitFontRenderParams() {
return GetDefaultFontRenderParams();
}
+FontRenderParams GetCustomFontRenderParams(
+ bool for_web_contents,
+ 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();
+}
+
} // namespace gfx
« no previous file with comments | « ui/gfx/font_render_params_linux_unittest.cc ('k') | ui/gfx/platform_font_pango.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698