| 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 2b8bf62718a7e36b3330cd62e7ddac7cfca71d72..2d00fd0682b9bb863ce6b0dfffbc88e5ab99f2b5 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePattern.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePattern.cpp
|
| @@ -30,8 +30,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>
|
|
|
| @@ -187,7 +187,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);
|
|
|