| Index: third_party/WebKit/Source/core/svg/SVGGraphicsElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGGraphicsElement.cpp b/third_party/WebKit/Source/core/svg/SVGGraphicsElement.cpp
|
| index 3cc9cb6ea2dcfde3c8607984b0b5b7aa456f1dc8..72cc2766ac79d36ad80fa73f91690c413e53d231 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGGraphicsElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGGraphicsElement.cpp
|
| @@ -22,9 +22,9 @@
|
| #include "core/svg/SVGGraphicsElement.h"
|
|
|
| #include "core/SVGNames.h"
|
| -#include "core/css/resolver/StyleResolver.h"
|
| #include "core/layout/svg/LayoutSVGPath.h"
|
| #include "core/svg/SVGElementRareData.h"
|
| +#include "core/svg/SVGMatrixTearOff.h"
|
| #include "platform/transforms/AffineTransform.h"
|
|
|
| namespace blink {
|
|
|