| Index: ui/gfx/render_text_mac.h
|
| diff --git a/ui/gfx/render_text_mac.h b/ui/gfx/render_text_mac.h
|
| index 4f99cb362aa71b800c248b518343122e8ff8cd9a..dc52f661dc8472010e087e6d93a7723b00cdd012 100644
|
| --- a/ui/gfx/render_text_mac.h
|
| +++ b/ui/gfx/render_text_mac.h
|
| @@ -31,6 +31,7 @@ class GFX_EXPORT RenderTextMac : public RenderText {
|
|
|
| // RenderText:
|
| std::unique_ptr<RenderText> CreateInstanceOfSameType() const override;
|
| + void SetFontList(const FontList& font_list) override;
|
| bool MultilineSupported() const override;
|
| const base::string16& GetDisplayText() override;
|
| Size GetStringSize() override;
|
|
|