diff options
Diffstat (limited to 'ui/gfx/render_text.h')
-rw-r--r-- | ui/gfx/render_text.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/gfx/render_text.h b/ui/gfx/render_text.h index bc848c3..f5cb746 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); |