| Index: ui/gfx/platform_font_win.h
|
| diff --git a/ui/gfx/platform_font_win.h b/ui/gfx/platform_font_win.h
|
| index 757f2343d2484295475cc4da333e631dcd440e27..264c5a777e79acabf8851f044d7257138c2d5798 100644
|
| --- a/ui/gfx/platform_font_win.h
|
| +++ b/ui/gfx/platform_font_win.h
|
| @@ -66,7 +66,7 @@ class GFX_EXPORT PlatformFontWin : public PlatformFont {
|
| virtual std::string GetFontName() const override;
|
| virtual std::string GetActualFontNameForTesting() const override;
|
| virtual int GetFontSize() const override;
|
| - virtual const FontRenderParams& GetFontRenderParams() const override;
|
| + virtual const FontRenderParams& GetFontRenderParams() override;
|
| virtual NativeFont GetNativeFont() const override;
|
|
|
| // Called once during initialization if we should be retrieving font metrics
|
|
|