Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(128)

Unified Diff: chrome/browser/android/vr_shell/textures/ui_texture.h

Issue 2914543002: [vr] Bail on unhandled code points. (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..0bde0005822998ef5d5519c89a65d25d4ad3ee6a 100644
--- a/chrome/browser/android/vr_shell/textures/ui_texture.h
+++ b/chrome/browser/android/vr_shell/textures/ui_texture.h
@@ -78,7 +78,10 @@ class UiTexture {
static bool IsRTL();
static gfx::FontList GetDefaultFontList(int size);
- static gfx::FontList GetFontList(int size, base::string16 text);
+ static bool GetFontList(int size,
+ base::string16 text,
+ gfx::FontList* font_list);
+ static void SetForceFontFallbackFailureForTesting(bool force);
private:
bool dirty_ = true;

Powered by Google App Engine
This is Rietveld 408576698