| Index: ui/gfx/render_text_harfbuzz.cc
|
| diff --git a/ui/gfx/render_text_harfbuzz.cc b/ui/gfx/render_text_harfbuzz.cc
|
| index c7b070f292cbb869e5c84c89a85c62d1ce574246..23767c1f16961e5d0b82affcc5150b21a6682c48 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;
|
|
|