Chromium Code Reviews

Unified Diff: ui/gfx/font_render_params_linux_unittest.cc

Issue 2031223003: Support underline on Linux again. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed the gtk2_ui as well. Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « ui/gfx/font_list_unittest.cc ('k') | ui/gfx/linux_font_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/font_render_params_linux_unittest.cc
diff --git a/ui/gfx/font_render_params_linux_unittest.cc b/ui/gfx/font_render_params_linux_unittest.cc
index 1097d978be92102ed95372c29a9ccf1486522e24..c5ba2d3e386071d50c0fd7b45f27c87be417c851 100644
--- a/ui/gfx/font_render_params_linux_unittest.cc
+++ b/ui/gfx/font_render_params_linux_unittest.cc
@@ -31,7 +31,7 @@ class TestFontDelegate : public LinuxFontDelegate {
}
void GetDefaultFontDescription(std::string* family_out,
int* size_pixels_out,
- bool* italic_out,
+ int* style_out,
Font::Weight* weight_out,
FontRenderParams* params_out) const override {
NOTIMPLEMENTED();
« no previous file with comments | « ui/gfx/font_list_unittest.cc ('k') | ui/gfx/linux_font_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine