diff options
author | Moonchild <moonchild@palemoon.org> | 2020-05-13 14:36:06 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-05-20 13:54:11 +0000 |
commit | 85b89ee754ea34156ea2c760265e0445121c8ab9 (patch) | |
tree | dd96212f2a0e10cb841f991696c7cdbf75f00fb1 /gfx/thebes/gfxTextRun.h | |
parent | 9c006089e10285486fc9b71f1f128202f584fca5 (diff) | |
download | UXP-85b89ee754ea34156ea2c760265e0445121c8ab9.tar UXP-85b89ee754ea34156ea2c760265e0445121c8ab9.tar.gz UXP-85b89ee754ea34156ea2c760265e0445121c8ab9.tar.lz UXP-85b89ee754ea34156ea2c760265e0445121c8ab9.tar.xz UXP-85b89ee754ea34156ea2c760265e0445121c8ab9.zip |
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 c3673785c..3c9ded1dc 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" |