| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePattern.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePattern.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePattern.cpp
|
| index a7f45f87a653c00148579488d654eaa1be1c915a..266f1b1ad3631d2552053e01fff461a88df2d2cb 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePattern.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePattern.cpp
|
| @@ -30,7 +30,7 @@
|
| #include "platform/graphics/GraphicsContext.h"
|
| #include "platform/graphics/paint/PaintController.h"
|
| #include "platform/graphics/paint/SkPictureBuilder.h"
|
| -#include "third_party/skia/include/core/SkPicture.h"
|
| +#include "skia/ext/cdl_picture.h"
|
| #include "wtf/PtrUtil.h"
|
| #include <memory>
|
|
|
| @@ -186,7 +186,7 @@ LayoutSVGResourcePattern::resolveContentElement() const {
|
| return this;
|
| }
|
|
|
| -sk_sp<SkPicture> LayoutSVGResourcePattern::asPicture(
|
| +sk_sp<CdlPicture> LayoutSVGResourcePattern::asPicture(
|
| const FloatRect& tileBounds,
|
| const AffineTransform& tileTransform) const {
|
| ASSERT(!m_shouldCollectPatternAttributes);
|
|
|