| Index: third_party/WebKit/Source/core/paint/SVGImagePainter.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/SVGImagePainter.cpp b/third_party/WebKit/Source/core/paint/SVGImagePainter.cpp
|
| index 29db58a4f19edd6ed27d98ec9834f829defb24a2..79db600a02bf679bf8ddbc533c288034aea50d0d 100644
|
| --- a/third_party/WebKit/Source/core/paint/SVGImagePainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/SVGImagePainter.cpp
|
| @@ -14,7 +14,7 @@
|
| #include "core/svg/SVGImageElement.h"
|
| #include "core/svg/graphics/SVGImage.h"
|
| #include "platform/graphics/GraphicsContext.h"
|
| -#include "third_party/skia/include/core/SkPicture.h"
|
| +#include "platform/graphics/paint/PaintRecord.h"
|
|
|
| namespace blink {
|
|
|
|
|