| 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 5006a3bdbce3b5e594fe970c6af37cc722e5b0d1..13319bd0da0f59f4ddd6f2db1880b77ac656fdfe 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePattern.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePattern.cpp
|
| @@ -29,8 +29,8 @@
|
| #include "core/svg/SVGPatternElement.h"
|
| #include "platform/graphics/GraphicsContext.h"
|
| #include "platform/graphics/paint/PaintController.h"
|
| +#include "platform/graphics/paint/PaintRecord.h"
|
| #include "platform/graphics/paint/SkPictureBuilder.h"
|
| -#include "third_party/skia/include/core/SkPicture.h"
|
| #include "wtf/PtrUtil.h"
|
| #include <memory>
|
|
|
| @@ -186,7 +186,7 @@ LayoutSVGResourcePattern::resolveContentElement() const {
|
| return this;
|
| }
|
|
|
| -sk_sp<SkPicture> LayoutSVGResourcePattern::asPicture(
|
| +sk_sp<PaintRecord> LayoutSVGResourcePattern::asPicture(
|
| const FloatRect& tileBounds,
|
| const AffineTransform& tileTransform) const {
|
| ASSERT(!m_shouldCollectPatternAttributes);
|
|
|