| Index: ui/gfx/font_fallback_win.h
|
| diff --git a/ui/gfx/font_fallback_win.h b/ui/gfx/font_fallback_win.h
|
| index 31fbd68f02e741672e96928e02a4d82a88fa9d50..073c4c7540a6716d6fe9ab1f9a81321b680432e7 100644
|
| --- a/ui/gfx/font_fallback_win.h
|
| +++ b/ui/gfx/font_fallback_win.h
|
| @@ -84,10 +84,10 @@ class GFX_EXPORT LinkedFontsIterator {
|
| // Finds a fallback font to render the specified |text| with respect to an
|
| // initial |font|. Returns the resulting font via out param |result|. Returns
|
| // |true| if a fallback font was found.
|
| -bool GetUniscribeFallbackFont(const Font& font,
|
| - const wchar_t* text,
|
| - int text_length,
|
| - Font* result);
|
| +bool GetFallbackFont(const Font& font,
|
| + const wchar_t* text,
|
| + int text_length,
|
| + Font* result);
|
|
|
| } // namespace gfx
|
|
|
|
|