diff options
author | Moonchild <moonchild@palemoon.org> | 2020-04-30 21:02:50 +0000 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-05-06 19:12:26 +0200 |
commit | 5c3c92da90eb339c8f65f0fea43fb595684455ae (patch) | |
tree | f9e70ffae03d8b3076d4cd2f852aeb29af17a141 /layout/svg/nsSVGOuterSVGFrame.cpp | |
parent | aa21f96cf57a12111a5edf27cb5e4e2ea8f4be3d (diff) | |
download | UXP-5c3c92da90eb339c8f65f0fea43fb595684455ae.tar UXP-5c3c92da90eb339c8f65f0fea43fb595684455ae.tar.gz UXP-5c3c92da90eb339c8f65f0fea43fb595684455ae.tar.lz UXP-5c3c92da90eb339c8f65f0fea43fb595684455ae.tar.xz UXP-5c3c92da90eb339c8f65f0fea43fb595684455ae.zip |
Issue #80 - De-unify layout/svg
Diffstat (limited to 'layout/svg/nsSVGOuterSVGFrame.cpp')
-rw-r--r-- | layout/svg/nsSVGOuterSVGFrame.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/layout/svg/nsSVGOuterSVGFrame.cpp b/layout/svg/nsSVGOuterSVGFrame.cpp index b1ee54eb9..306b3de7a 100644 --- a/layout/svg/nsSVGOuterSVGFrame.cpp +++ b/layout/svg/nsSVGOuterSVGFrame.cpp @@ -18,9 +18,12 @@ #include "mozilla/dom/SVGSVGElement.h" #include "mozilla/dom/SVGViewElement.h" #include "nsSubDocumentFrame.h" +#include "gfxMatrix.h" using namespace mozilla; using namespace mozilla::dom; +using namespace mozilla::gfx; +using namespace mozilla::image; //---------------------------------------------------------------------- // Implementation helpers |