| Index: ui/gfx/platform_font_mac.h
|
| diff --git a/ui/gfx/platform_font_mac.h b/ui/gfx/platform_font_mac.h
|
| index d8f8e85c35dbbd371485a1f94783b1fec41ba822..54c97cd7929eee3fc55b95191f82d40e617e033e 100644
|
| --- a/ui/gfx/platform_font_mac.h
|
| +++ b/ui/gfx/platform_font_mac.h
|
| @@ -29,7 +29,7 @@ class PlatformFontMac : public PlatformFont {
|
| std::string GetFontName() const override;
|
| std::string GetActualFontNameForTesting() const override;
|
| int GetFontSize() const override;
|
| - const FontRenderParams& GetFontRenderParams() const override;
|
| + const FontRenderParams& GetFontRenderParams() override;
|
| NativeFont GetNativeFont() const override;
|
|
|
| private:
|
|
|