Chromium Code Reviews| Index: Source/core/svg/SVGMPathElement.cpp |
| diff --git a/Source/core/svg/SVGMPathElement.cpp b/Source/core/svg/SVGMPathElement.cpp |
| index 343b86dd173028bc7abe6c4d534317f1752f4170..b835ac3c77f500e0d01b9264820b43b286634375 100644 |
| --- a/Source/core/svg/SVGMPathElement.cpp |
| +++ b/Source/core/svg/SVGMPathElement.cpp |
| @@ -25,6 +25,7 @@ |
| #include "core/dom/Document.h" |
| #include "core/svg/SVGAnimateMotionElement.h" |
| #include "core/svg/SVGDocumentExtensions.h" |
| +#include "core/svg/SVGElementInstance.h" |
|
fs
2014/02/17 14:14:31
Why was this suddenly needed here? I'm guessing du
kouhei (in TOK)
2014/02/18 02:09:15
Yes. I think this was included via SVGAnimatedTran
|
| #include "core/svg/SVGPathElement.h" |
| namespace WebCore { |