| Index: chrome/browser/android/vr_shell/textures/ui_texture.h
|
| diff --git a/chrome/browser/android/vr_shell/textures/ui_texture.h b/chrome/browser/android/vr_shell/textures/ui_texture.h
|
| index ca2e52ec38b535794c443636d71c76270772978f..29cc7fa117f23a5095359cef69e4ee64bdab69fc 100644
|
| --- a/chrome/browser/android/vr_shell/textures/ui_texture.h
|
| +++ b/chrome/browser/android/vr_shell/textures/ui_texture.h
|
| @@ -78,6 +78,7 @@ class UiTexture {
|
|
|
| static bool IsRTL();
|
| static gfx::FontList GetDefaultFontList(int size);
|
| + bool CheckFontList(int size, base::string16 text);
|
| static gfx::FontList GetFontList(int size, base::string16 text);
|
|
|
| private:
|
|
|