| Index: ui/gfx/font_list.cc
|
| diff --git a/ui/gfx/font_list.cc b/ui/gfx/font_list.cc
|
| index 920204bf7a74dcc0c7bd58e73242846852b989d0..891d500aa4a7a62b4eef79269180fc3f8561ba4f 100644
|
| --- a/ui/gfx/font_list.cc
|
| +++ b/ui/gfx/font_list.cc
|
| @@ -98,6 +98,10 @@ int FontList::GetFontSize() const {
|
| return impl_->GetFontSize();
|
| }
|
|
|
| +const FontRenderParams& FontList::GetFontRenderParams() const {
|
| + return impl_->GetFontRenderParams();
|
| +}
|
| +
|
| const std::vector<Font>& FontList::GetFonts() const {
|
| return impl_->GetFonts();
|
| }
|
|
|