diff options
author | Moonchild <moonchild@palemoon.org> | 2020-04-30 21:02:50 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-04-30 21:02:50 +0000 |
commit | 6e8e1b36dd44668c2428c329383c58427888a2b4 (patch) | |
tree | 230e94d3040561a885debb293922865d2550363a /layout/svg/SVGTextFrame.cpp | |
parent | ae707c8dbb26942e11c231965afc3505ba2f7d93 (diff) | |
download | UXP-6e8e1b36dd44668c2428c329383c58427888a2b4.tar UXP-6e8e1b36dd44668c2428c329383c58427888a2b4.tar.gz UXP-6e8e1b36dd44668c2428c329383c58427888a2b4.tar.lz UXP-6e8e1b36dd44668c2428c329383c58427888a2b4.tar.xz UXP-6e8e1b36dd44668c2428c329383c58427888a2b4.zip |
Issue #80 - De-unify layout/svg
Diffstat (limited to 'layout/svg/SVGTextFrame.cpp')
-rw-r--r-- | layout/svg/SVGTextFrame.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/layout/svg/SVGTextFrame.cpp b/layout/svg/SVGTextFrame.cpp index 6ba267ee8..ebb5298b7 100644 --- a/layout/svg/SVGTextFrame.cpp +++ b/layout/svg/SVGTextFrame.cpp @@ -37,6 +37,7 @@ #include "nsTextNode.h" #include "SVGAnimatedNumberList.h" #include "SVGContentUtils.h" +#include "SVGContextPaint.h" #include "SVGLengthList.h" #include "SVGNumberList.h" #include "SVGPathElement.h" |