| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceClipper.h
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceClipper.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceClipper.h
|
| index 46ebbbb6f8645f7380bf5ea440889949cb208347..44f426e665815f9132282e508d9bf3373563faae 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceClipper.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceClipper.h
|
| @@ -47,6 +47,8 @@ public:
|
| SVGUnitTypes::SVGUnitType clipPathUnits() const { return toSVGClipPathElement(element())->clipPathUnits()->currentValue()->enumValue(); }
|
|
|
| bool asPath(const AffineTransform&, const FloatRect& referenceBox, Path&);
|
| + // Returns a picture to paint the contents of the resource, or nullptr if the picture couldn't be created.
|
| + // Pictures should only fail creation in certain testing situations.
|
| PassRefPtr<const SkPicture> createContentPicture();
|
|
|
| bool hasCycle() { return m_inClipExpansion; }
|
|
|