From 84c479afa375c7cb6cd38dbaf0547636046b8cb5 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Wed, 9 May 2018 15:30:43 +0200 Subject: Use font.name-list.emoji preference for emoji presenration. --- gfx/thebes/gfxTextRun.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gfx/thebes/gfxTextRun.h') diff --git a/gfx/thebes/gfxTextRun.h b/gfx/thebes/gfxTextRun.h index 0e44456ae..c3673785c 100644 --- a/gfx/thebes/gfxTextRun.h +++ b/gfx/thebes/gfxTextRun.h @@ -917,7 +917,8 @@ public: protected: // search through pref fonts for a character, return nullptr if no matching pref font - already_AddRefed WhichPrefFontSupportsChar(uint32_t aCh); + already_AddRefed WhichPrefFontSupportsChar(uint32_t aCh, + uint32_t aNextCh); already_AddRefed WhichSystemFontSupportsChar(uint32_t aCh, uint32_t aNextCh, -- cgit v1.2.3