Chromium Code Reviews| Index: app/resource_bundle.h |
| =================================================================== |
| --- app/resource_bundle.h (revision 30614) |
| +++ app/resource_bundle.h (working copy) |
| @@ -113,7 +113,7 @@ |
| string16 GetLocalizedString(int message_id); |
| // Returns the font for the specified style. |
| - gfx::Font GetFont(FontStyle style); |
| + const gfx::Font& GetFont(FontStyle style); |
| #if defined(OS_WIN) |
| // Loads and returns an icon from the theme dll. |