diff options
Diffstat (limited to 'ui/gfx/render_text_harfbuzz.cc')
-rw-r--r-- | ui/gfx/render_text_harfbuzz.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gfx/render_text_harfbuzz.cc b/ui/gfx/render_text_harfbuzz.cc index c7b070f..23767c1 100644 --- a/ui/gfx/render_text_harfbuzz.cc +++ b/ui/gfx/render_text_harfbuzz.cc @@ -1364,7 +1364,7 @@ void RenderTextHarfBuzz::ShapeRun(const base::string16& text, fallback_fonts.insert(family); - FontRenderParamsQuery query(false); + FontRenderParamsQuery query; query.families.push_back(family); query.pixel_size = run->font_size; query.style = run->font_style; |