Chromium Code Reviews| 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..eea5ceb74beaea8e3f69fdecf5b2584382c92f4e 100644 |
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePattern.h |
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePattern.h |
| @@ -54,6 +54,7 @@ public: |
| private: |
| PassOwnPtr<PatternData> buildPatternData(const LayoutObject&); |
| + // Returns a picture to paint the pattern, or nullptr if the picture couldn't be created. |
|
chrishtr
2016/03/29 22:42:23
ditto
|
| PassRefPtr<SkPicture> asPicture(const FloatRect& tile, const AffineTransform&) const; |
| PatternData* patternForLayoutObject(const LayoutObject&); |