| Index: ui/gfx/platform_font_mac.h
|
| diff --git a/ui/gfx/platform_font_mac.h b/ui/gfx/platform_font_mac.h
|
| index 8c469882ff1f7e86bc30cee18e9d15c556e36ac5..6def51a9b6c46df37564b2a2ac0d1a108918314f 100644
|
| --- a/ui/gfx/platform_font_mac.h
|
| +++ b/ui/gfx/platform_font_mac.h
|
| @@ -28,6 +28,7 @@ class PlatformFontMac : 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:
|
|
|