| Index: ui/gfx/render_text.h
|
| diff --git a/ui/gfx/render_text.h b/ui/gfx/render_text.h
|
| index bcb731444c7df86757d2c673fbc0960f0bac1e1e..fc02e24d461831a378e595ace5b4108f756122d6 100644
|
| --- a/ui/gfx/render_text.h
|
| +++ b/ui/gfx/render_text.h
|
| @@ -245,7 +245,7 @@ class GFX_EXPORT RenderText {
|
| void SetHorizontalAlignment(HorizontalAlignment alignment);
|
|
|
| const FontList& font_list() const { return font_list_; }
|
| - void SetFontList(const FontList& font_list);
|
| + virtual void SetFontList(const FontList& font_list);
|
|
|
| bool cursor_enabled() const { return cursor_enabled_; }
|
| void SetCursorEnabled(bool cursor_enabled);
|
|
|