| Index: ui/gfx/platform_font_win.h
|
| diff --git a/ui/gfx/platform_font_win.h b/ui/gfx/platform_font_win.h
|
| index a472207b9b13d14399b961dabb2f8fa0cb6916ec..1434fe6044faf23b65b9005ef973676980884b32 100644
|
| --- a/ui/gfx/platform_font_win.h
|
| +++ b/ui/gfx/platform_font_win.h
|
| @@ -63,6 +63,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 NativeFont GetNativeFont() const OVERRIDE;
|
|
|
| private:
|
|
|