summaryrefslogtreecommitdiffstats
path: root/gfx/thebes/gfxHarfBuzzShaper.h
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-05-12 12:57:04 +0000
committerMoonchild <moonchild@palemoon.org>2020-05-20 13:53:25 +0000
commit9f37161ec53bb2163ef85d16bcc69a6aa339a044 (patch)
treedebc44fb7fd7284da2adbf9a3f91eb9585b7ab7d /gfx/thebes/gfxHarfBuzzShaper.h
parent21348b56d992e48d7a18259f95fc82edf53239d7 (diff)
downloadUXP-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/gfxHarfBuzzShaper.h')
-rw-r--r--gfx/thebes/gfxHarfBuzzShaper.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gfx/thebes/gfxHarfBuzzShaper.h b/gfx/thebes/gfxHarfBuzzShaper.h
index 70d912cc0..b4b61159f 100644
--- a/gfx/thebes/gfxHarfBuzzShaper.h
+++ b/gfx/thebes/gfxHarfBuzzShaper.h
@@ -12,6 +12,8 @@
#include "nsUnicodeProperties.h"
#include "mozilla/gfx/2D.h"
+using namespace mozilla;
+
class gfxHarfBuzzShaper : public gfxFontShaper {
public:
explicit gfxHarfBuzzShaper(gfxFont *aFont);