summaryrefslogtreecommitdiffstats
path: root/gfx/thebes/gfxSVGGlyphs.cpp
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-05-12 12:57:04 +0000
committerMoonchild <moonchild@palemoon.org>2020-05-12 12:57:04 +0000
commit0998c39f910fa2905d51d2186b2c6cab5fb75432 (patch)
tree87f80314510edcd71014ba930d6a134283689a75 /gfx/thebes/gfxSVGGlyphs.cpp
parent39c7fd37d5851edd2f706760a5a067ce12bb96c0 (diff)
downloadUXP-0998c39f910fa2905d51d2186b2c6cab5fb75432.tar
UXP-0998c39f910fa2905d51d2186b2c6cab5fb75432.tar.gz
UXP-0998c39f910fa2905d51d2186b2c6cab5fb75432.tar.lz
UXP-0998c39f910fa2905d51d2186b2c6cab5fb75432.tar.xz
UXP-0998c39f910fa2905d51d2186b2c6cab5fb75432.zip
Issue #80 - De-unify gfx/thebes
Diffstat (limited to 'gfx/thebes/gfxSVGGlyphs.cpp')
-rw-r--r--gfx/thebes/gfxSVGGlyphs.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gfx/thebes/gfxSVGGlyphs.cpp b/gfx/thebes/gfxSVGGlyphs.cpp
index 23f68f590..13c0420cc 100644
--- a/gfx/thebes/gfxSVGGlyphs.cpp
+++ b/gfx/thebes/gfxSVGGlyphs.cpp
@@ -38,6 +38,7 @@
#define UTF8_CHARSET NS_LITERAL_CSTRING("utf-8")
using namespace mozilla;
+using namespace mozilla::gfx;
typedef mozilla::dom::Element Element;