| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceClipper.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceClipper.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceClipper.cpp
|
| index 9ed7c72d32a89996c6a5310e3624e0244119abb8..9e7a1bdf1aebe065069eabd916ea216afe54cb9d 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceClipper.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceClipper.cpp
|
| @@ -31,7 +31,7 @@
|
| #include "core/svg/SVGUseElement.h"
|
| #include "platform/RuntimeEnabledFeatures.h"
|
| #include "platform/graphics/paint/SkPictureBuilder.h"
|
| -#include "third_party/skia/include/core/SkPicture.h"
|
| +#include "skia/ext/cdl_picture.h"
|
| #include "third_party/skia/include/pathops/SkPathOps.h"
|
|
|
| namespace blink {
|
| @@ -165,7 +165,7 @@ bool LayoutSVGResourceClipper::asPath(
|
| return true;
|
| }
|
|
|
| -sk_sp<const SkPicture> LayoutSVGResourceClipper::createContentPicture() {
|
| +sk_sp<const CdlPicture> LayoutSVGResourceClipper::createContentPicture() {
|
| ASSERT(frame());
|
| if (m_clipContentPicture)
|
| return m_clipContentPicture;
|
|
|