| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMasker.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMasker.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMasker.cpp
|
| index 54da89b6fe19e755b59d29f9dc1d09bf2a215a01..d3251a2b5c1ad4a7979568a33d73f5d0e85474d4 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMasker.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMasker.cpp
|
| @@ -23,9 +23,9 @@
|
| #include "core/layout/svg/SVGLayoutSupport.h"
|
| #include "core/paint/SVGPaintContext.h"
|
| #include "core/svg/SVGElement.h"
|
| +#include "platform/graphics/paint/PaintRecord.h"
|
| #include "platform/graphics/paint/SkPictureBuilder.h"
|
| #include "platform/transforms/AffineTransform.h"
|
| -#include "third_party/skia/include/core/SkPicture.h"
|
|
|
| namespace blink {
|
|
|
| @@ -51,7 +51,7 @@ void LayoutSVGResourceMasker::removeClientFromCache(LayoutObject* client,
|
| : ParentOnlyInvalidation);
|
| }
|
|
|
| -sk_sp<const SkPicture> LayoutSVGResourceMasker::createContentPicture(
|
| +sk_sp<const PaintRecord> LayoutSVGResourceMasker::createContentPicture(
|
| AffineTransform& contentTransformation,
|
| const FloatRect& targetBoundingBox,
|
| GraphicsContext& context) {
|
|
|