diff options
Diffstat (limited to 'gfx/thebes/gfxDWriteFontList.h')
-rw-r--r-- | gfx/thebes/gfxDWriteFontList.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gfx/thebes/gfxDWriteFontList.h b/gfx/thebes/gfxDWriteFontList.h index adf8fdfa5a..357336a12c 100644 --- a/gfx/thebes/gfxDWriteFontList.h +++ b/gfx/thebes/gfxDWriteFontList.h @@ -436,6 +436,9 @@ class gfxDWriteFontList final : public gfxPlatformFontList { FontFamily& aMatchedFamily) MOZ_REQUIRES(mLock) override; + nsTArray<std::pair<const char**, uint32_t>> GetFilteredPlatformFontLists() + override; + private: friend class gfxDWriteFontFamily; |