| Index: ui/gfx/pango_util.h
|
| diff --git a/ui/gfx/pango_util.h b/ui/gfx/pango_util.h
|
| index e194b0a4688877dc534727f1ce54e52584f6eb9e..f3b25f0b67e283c8211bf7fcf39bbe163310b78b 100644
|
| --- a/ui/gfx/pango_util.h
|
| +++ b/ui/gfx/pango_util.h
|
| @@ -48,14 +48,6 @@ class ScopedPangoFontDescription {
|
| // They are shared with internal skia interfaces.
|
| // ----------------------------------------------------------------------------
|
|
|
| -// Configures |layout| for the passed-in parameters.
|
| -void SetUpPangoLayout(
|
| - PangoLayout* layout,
|
| - const base::string16& text,
|
| - const FontList& font_list,
|
| - base::i18n::TextDirection text_direction,
|
| - int flags);
|
| -
|
| // Returns the size in pixels for the specified |pango_font|.
|
| int GetPangoFontSizeInPixels(PangoFontDescription* pango_font);
|
|
|
|
|