diff options
author | Moonchild <moonchild@palemoon.org> | 2020-05-13 14:36:06 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-05-13 14:36:06 +0000 |
commit | 8702b0ffb97d1ed792bd96ec56d06f7ebdde73bf (patch) | |
tree | 0db71ffcfd890723a01e74b5c5b82bccc86f47c3 /gfx/thebes/gfxTextRun.h | |
parent | d73bfc3733cffedea7cf5ecf89e58ee81d4533a6 (diff) | |
download | uxp-8702b0ffb97d1ed792bd96ec56d06f7ebdde73bf.tar.gz |
Issue #80 - Split out GetShapedWord template function
Diffstat (limited to 'gfx/thebes/gfxTextRun.h')
-rw-r--r-- | gfx/thebes/gfxTextRun.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gfx/thebes/gfxTextRun.h b/gfx/thebes/gfxTextRun.h index c3673785c3..3c9ded1dcb 100644 --- a/gfx/thebes/gfxTextRun.h +++ b/gfx/thebes/gfxTextRun.h @@ -11,6 +11,7 @@ #include "nsString.h" #include "gfxPoint.h" #include "gfxFont.h" +#include "gfxFont-Impl.h" #include "gfxFontConstants.h" #include "nsTArray.h" #include "gfxSkipChars.h" |