| Index: ui/gfx/font_render_params.cc
|
| diff --git a/ui/gfx/font_render_params.cc b/ui/gfx/font_render_params.cc
|
| index 44c6bcf123715eaacd131387f20d52143267934d..a434379ee109477948a9b5d536f95453d8a91340 100644
|
| --- a/ui/gfx/font_render_params.cc
|
| +++ b/ui/gfx/font_render_params.cc
|
| @@ -54,9 +54,8 @@ FontRenderParams::SubpixelRenderingToSkiaLCDOrientation(
|
| return SkFontHost::kHorizontal_LCDOrientation;
|
| }
|
|
|
| -FontRenderParamsQuery::FontRenderParamsQuery(bool for_web_contents)
|
| - : for_web_contents(for_web_contents),
|
| - pixel_size(0),
|
| +FontRenderParamsQuery::FontRenderParamsQuery()
|
| + : pixel_size(0),
|
| point_size(0),
|
| style(-1),
|
| device_scale_factor(0) {
|
|
|