Chromium Code Reviews| Index: Source/core/svg/animation/SVGSMILElement.cpp |
| diff --git a/Source/core/svg/animation/SVGSMILElement.cpp b/Source/core/svg/animation/SVGSMILElement.cpp |
| index 20ac8cd39ffdb471d997eb0b5a7583e4c6bd64b5..a63f1d7fbe9260864f7a76d334c0d85ea6e5be39 100644 |
| --- a/Source/core/svg/animation/SVGSMILElement.cpp |
| +++ b/Source/core/svg/animation/SVGSMILElement.cpp |
| @@ -34,6 +34,7 @@ |
| #include "core/events/EventListener.h" |
| #include "core/events/EventSender.h" |
| #include "core/svg/SVGDocumentExtensions.h" |
| +#include "core/svg/SVGElementInstance.h" |
|
fs
2014/02/17 14:14:31
Suddenly required because...?
kouhei (in TOK)
2014/02/18 02:09:15
Ditto.
|
| #include "core/svg/SVGSVGElement.h" |
| #include "core/svg/SVGURIReference.h" |
| #include "core/svg/animation/SMILTimeContainer.h" |