| Index: third_party/WebKit/Source/core/svg/SVGPathElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGPathElement.cpp b/third_party/WebKit/Source/core/svg/SVGPathElement.cpp
|
| index 380cedad5b97d289974acb872cbe6463c204abec..0dbede089207165e49f7892b097541a3810d729e 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGPathElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGPathElement.cpp
|
| @@ -20,6 +20,7 @@
|
|
|
| #include "core/svg/SVGPathElement.h"
|
|
|
| +#include "core/dom/StyleChangeReason.h"
|
| #include "core/layout/svg/LayoutSVGPath.h"
|
| #include "core/svg/SVGMPathElement.h"
|
| #include "core/svg/SVGPathQuery.h"
|
|
|