Chromium Code Reviews| Index: ui/gfx/render_text.h |
| diff --git a/ui/gfx/render_text.h b/ui/gfx/render_text.h |
| index bc848c30dcc79100c810ab979b1498c04684f30d..f5cb746527ae697fb684406e1baed7376d870271 100644 |
| --- a/ui/gfx/render_text.h |
| +++ b/ui/gfx/render_text.h |
| @@ -175,6 +175,7 @@ struct Line { |
| }; |
| // Creates an SkTypeface from a font |family| name and a |gfx::Font::FontStyle|. |
| +// May return NULL. |
| skia::RefPtr<SkTypeface> CreateSkiaTypeface(const std::string& family, |
| int style); |