| 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 72cc2766ac79d36ad80fa73f91690c413e53d231..32d006d3b8c6a2a17911dd5d37d0f548311f5e78 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGGraphicsElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGGraphicsElement.cpp
|
| @@ -25,6 +25,7 @@
|
| #include "core/layout/svg/LayoutSVGPath.h"
|
| #include "core/svg/SVGElementRareData.h"
|
| #include "core/svg/SVGMatrixTearOff.h"
|
| +#include "core/svg/SVGRectTearOff.h"
|
| #include "platform/transforms/AffineTransform.h"
|
|
|
| namespace blink {
|
|
|