diff options
author | Moonchild <moonchild@palemoon.org> | 2020-05-12 12:57:04 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-05-20 13:53:25 +0000 |
commit | 9f37161ec53bb2163ef85d16bcc69a6aa339a044 (patch) | |
tree | debc44fb7fd7284da2adbf9a3f91eb9585b7ab7d /gfx/thebes/gfxFontEntry.cpp | |
parent | 21348b56d992e48d7a18259f95fc82edf53239d7 (diff) | |
download | UXP-9f37161ec53bb2163ef85d16bcc69a6aa339a044.tar UXP-9f37161ec53bb2163ef85d16bcc69a6aa339a044.tar.gz UXP-9f37161ec53bb2163ef85d16bcc69a6aa339a044.tar.lz UXP-9f37161ec53bb2163ef85d16bcc69a6aa339a044.tar.xz UXP-9f37161ec53bb2163ef85d16bcc69a6aa339a044.zip |
Issue #80 - De-unify gfx/thebes
Diffstat (limited to 'gfx/thebes/gfxFontEntry.cpp')
-rw-r--r-- | gfx/thebes/gfxFontEntry.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gfx/thebes/gfxFontEntry.cpp b/gfx/thebes/gfxFontEntry.cpp index f33d6a9d8..695e94e9f 100644 --- a/gfx/thebes/gfxFontEntry.cpp +++ b/gfx/thebes/gfxFontEntry.cpp @@ -19,6 +19,7 @@ #include "gfxTypes.h" #include "gfxContext.h" #include "gfxFontConstants.h" +#include "gfxGraphiteShaper.h" #include "gfxHarfBuzzShaper.h" #include "gfxUserFontSet.h" #include "gfxPlatformFontList.h" |