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/gfxMatrix.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/gfxMatrix.cpp')
-rw-r--r-- | gfx/thebes/gfxMatrix.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gfx/thebes/gfxMatrix.cpp b/gfx/thebes/gfxMatrix.cpp index 8fcce4ce9..25a4d5a6f 100644 --- a/gfx/thebes/gfxMatrix.cpp +++ b/gfx/thebes/gfxMatrix.cpp @@ -8,6 +8,8 @@ #include "mozilla/gfx/Tools.h" #include "mozilla/gfx/Matrix.h" // for Matrix4x4 +using namespace mozilla::gfx; + #define CAIRO_MATRIX(x) reinterpret_cast<cairo_matrix_t*>((x)) #define CONST_CAIRO_MATRIX(x) reinterpret_cast<const cairo_matrix_t*>((x)) |