| Index: ui/gfx/platform_font_mac.h
|
| diff --git a/ui/gfx/platform_font_mac.h b/ui/gfx/platform_font_mac.h
|
| index 6def51a9b6c46df37564b2a2ac0d1a108918314f..05c124901ab7ecab356614f0a246eba08a0b3099 100644
|
| --- a/ui/gfx/platform_font_mac.h
|
| +++ b/ui/gfx/platform_font_mac.h
|
| @@ -19,17 +19,17 @@ class PlatformFontMac : public PlatformFont {
|
| int font_size);
|
|
|
| // Overridden from PlatformFont:
|
| - virtual Font DeriveFont(int size_delta, int style) const OVERRIDE;
|
| - virtual int GetHeight() const OVERRIDE;
|
| - virtual int GetBaseline() const OVERRIDE;
|
| - virtual int GetCapHeight() const OVERRIDE;
|
| - virtual int GetExpectedTextWidth(int length) const OVERRIDE;
|
| - virtual int GetStyle() const OVERRIDE;
|
| - 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;
|
| + virtual Font DeriveFont(int size_delta, int style) const override;
|
| + virtual int GetHeight() const override;
|
| + virtual int GetBaseline() const override;
|
| + virtual int GetCapHeight() const override;
|
| + virtual int GetExpectedTextWidth(int length) const override;
|
| + virtual int GetStyle() const override;
|
| + 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:
|
| PlatformFontMac(const std::string& font_name, int font_size, int font_style);
|
|
|