Index: ui/gfx/pango_util.h |
diff --git a/ui/gfx/pango_util.h b/ui/gfx/pango_util.h |
index fef9e2c71a8f4b25d896f317174b729c99b320c1..7815fd9095299ad832a8341cde72c94930c959a1 100644 |
--- a/ui/gfx/pango_util.h |
+++ b/ui/gfx/pango_util.h |
@@ -52,7 +52,7 @@ void SetUpPangoLayout( |
int flags); |
// Returns the size in pixels for the specified |pango_font|. |
-size_t GetPangoFontSizeInPixels(PangoFontDescription* pango_font); |
+int GetPangoFontSizeInPixels(PangoFontDescription* pango_font); |
// Retrieves the Pango metrics for a Pango font description. Caches the metrics |
// and never frees them. The metrics objects are relatively small and very |