summaryrefslogtreecommitdiffstats
path: root/ui/gfx/platform_font_win.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ui/gfx/platform_font_win.cc')
-rw-r--r--ui/gfx/platform_font_win.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/gfx/platform_font_win.cc b/ui/gfx/platform_font_win.cc
index 7d63a71..7296481 100644
--- a/ui/gfx/platform_font_win.cc
+++ b/ui/gfx/platform_font_win.cc
@@ -322,7 +322,7 @@ int PlatformFontWin::GetFontSize() const {
const FontRenderParams& PlatformFontWin::GetFontRenderParams() {
CR_DEFINE_STATIC_LOCAL(const gfx::FontRenderParams, params,
- (gfx::GetFontRenderParams(gfx::FontRenderParamsQuery(false), NULL)));
+ (gfx::GetFontRenderParams(gfx::FontRenderParamsQuery(), NULL)));
return params;
}
@@ -489,7 +489,7 @@ PlatformFontWin::HFontRef* PlatformFontWin::CreateHFontRefFromSkia(
static_cast<SkTypeface::Style>(skia_style)));
gfx::FontRenderParams font_params =
- gfx::GetFontRenderParams(gfx::FontRenderParamsQuery(false), nullptr);
+ gfx::GetFontRenderParams(gfx::FontRenderParamsQuery(), nullptr);
SkFontHost::SetSubpixelOrder(
gfx::FontRenderParams::SubpixelRenderingToSkiaLCDOrder(
font_params.subpixel_rendering));