| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMasker.h
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMasker.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMasker.h
|
| index bbc5e9ed13adb9450ea3bf008a30116115415f6a..5c349a98e826a57365152e759a30009667b322a2 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMasker.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMasker.h
|
| @@ -50,6 +50,8 @@ public:
|
| static const LayoutSVGResourceType s_resourceType = MaskerResourceType;
|
| LayoutSVGResourceType resourceType() const override { return s_resourceType; }
|
|
|
| + // Returns a picture to paint the contents of the mask, or nullptr if the picture couldn't be created.
|
| + // Pictures should only fail creation in certain testing situations.
|
| PassRefPtr<const SkPicture> createContentPicture(AffineTransform&, const FloatRect&, GraphicsContext&);
|
|
|
| private:
|
|
|