| Index: third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp b/third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp
|
| index c80b14dd6ec9da96ca8302922f7402aa3ebf40c6..a3321a0f6ebbaf61b264a9a99382457a50c4f91c 100644
|
| --- a/third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp
|
| @@ -33,11 +33,11 @@
|
| #include "core/frame/FrameView.h"
|
| #include "core/frame/LocalFrame.h"
|
| #include "core/frame/Settings.h"
|
| -#include "core/style/ComputedStyle.h"
|
| #include "core/layout/svg/LayoutSVGRoot.h"
|
| #include "core/loader/FrameLoadRequest.h"
|
| #include "core/paint/FloatClipRecorder.h"
|
| #include "core/paint/TransformRecorder.h"
|
| +#include "core/style/ComputedStyle.h"
|
| #include "core/svg/SVGDocumentExtensions.h"
|
| #include "core/svg/SVGFEImageElement.h"
|
| #include "core/svg/SVGImageElement.h"
|
|
|