| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePattern.h
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePattern.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePattern.h
|
| index b59ad373a2b4de6e72b1dce2bebb5e9dd7695ca2..bc504919a6d9ed1238744676a97905bbd3aa5e4a 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePattern.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePattern.h
|
| @@ -54,6 +54,8 @@ public:
|
|
|
| private:
|
| PassOwnPtr<PatternData> buildPatternData(const LayoutObject&);
|
| + // Returns a picture to paint the pattern, or nullptr if the picture couldn't be created.
|
| + // Pictures should only fail creation in certain testing situations.
|
| PassRefPtr<SkPicture> asPicture(const FloatRect& tile, const AffineTransform&) const;
|
| PatternData* patternForLayoutObject(const LayoutObject&);
|
|
|
|
|