| Index: third_party/WebKit/Source/core/svg/SVGImageElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGImageElement.cpp b/third_party/WebKit/Source/core/svg/SVGImageElement.cpp
|
| index 1b4bd45e7c9217daba83b18ef90101b56f59b122..bdfdceda87a7c4fa7e9cb18f81fb682c5af0cbf3 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGImageElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGImageElement.cpp
|
| @@ -23,6 +23,8 @@
|
|
|
| #include "core/CSSPropertyNames.h"
|
| #include "core/dom/StyleChangeReason.h"
|
| +#include "core/frame/ImageBitmap.h"
|
| +#include "core/frame/LocalDOMWindow.h"
|
| #include "core/layout/LayoutImageResource.h"
|
| #include "core/layout/svg/LayoutSVGImage.h"
|
|
|
|
|