Chromium Code Reviews| 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..41d02ce856a842451c60082308cda8acb06a0eac 100644 |
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMasker.h |
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMasker.h |
| @@ -50,6 +50,7 @@ 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. |
|
chrishtr
2016/03/29 22:42:23
ditto
|
| PassRefPtr<const SkPicture> createContentPicture(AffineTransform&, const FloatRect&, GraphicsContext&); |
| private: |