| Index: third_party/WebKit/Source/core/svg/graphics/SVGImageForContainer.h
|
| diff --git a/third_party/WebKit/Source/core/svg/graphics/SVGImageForContainer.h b/third_party/WebKit/Source/core/svg/graphics/SVGImageForContainer.h
|
| index 40ba819bc5ffb46ceeb6d10b729226ee90e2ec5a..694783e33c8c53a1b9047192de0eb85e0f923d51 100644
|
| --- a/third_party/WebKit/Source/core/svg/graphics/SVGImageForContainer.h
|
| +++ b/third_party/WebKit/Source/core/svg/graphics/SVGImageForContainer.h
|
| @@ -31,6 +31,7 @@
|
| #include "platform/geometry/FloatSize.h"
|
| #include "platform/graphics/Image.h"
|
| #include "platform/weborigin/KURL.h"
|
| +#include "third_party/skia/include/core/SkRefCnt.h"
|
|
|
| namespace blink {
|
|
|
| @@ -57,7 +58,7 @@ public:
|
| // FIXME: Implement this to be less conservative.
|
| bool currentFrameKnownToBeOpaque(MetadataMode = UseCurrentMetadata) override { return false; }
|
|
|
| - PassRefPtr<SkImage> imageForCurrentFrame() override;
|
| + sk_sp<SkImage> imageForCurrentFrame() override;
|
|
|
| private:
|
| SVGImageForContainer(SVGImage* image, const FloatSize& containerSize, float zoom, const KURL& url)
|
|
|