Chromium Code Reviews| 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..699bc7b358eb47e8d526b29931d6dde4a6afb93d 100644 |
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceClipper.h |
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceClipper.h |
| @@ -47,6 +47,7 @@ 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. |
|
chrishtr
2016/03/29 22:42:23
Add a sentence that the second scenario should onl
wkorman
2016/03/29 22:52:02
Done.
|
| PassRefPtr<const SkPicture> createContentPicture(); |
| bool hasCycle() { return m_inClipExpansion; } |