Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(140)

Unified Diff: ui/gfx/pango_util.h

Issue 903423002: Make FontList description-parsing public. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge and apply review feedback Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
« no previous file with comments | « ui/gfx/font_list_unittest.cc ('k') | ui/gfx/pango_util.cc » ('j') | ui/gfx/pango_util.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698