| Index: Source/core/layout/svg/LayoutSVGResourcePattern.h
|
| diff --git a/Source/core/layout/svg/LayoutSVGResourcePattern.h b/Source/core/layout/svg/LayoutSVGResourcePattern.h
|
| index d3b3d9959520300f7332d36ef85dd3315e444084..f498d273c2a657374a1b43d59909502fc52d6270 100644
|
| --- a/Source/core/layout/svg/LayoutSVGResourcePattern.h
|
| +++ b/Source/core/layout/svg/LayoutSVGResourcePattern.h
|
| @@ -57,6 +57,8 @@ private:
|
| PassRefPtr<const SkPicture> asPicture(const FloatRect& tile, const AffineTransform&) const;
|
| PatternData* patternForLayoutObject(const LayoutObject&);
|
|
|
| + const LayoutSVGResourceContainer* resolveContentElement() const;
|
| +
|
| bool m_shouldCollectPatternAttributes : 1;
|
| #if ENABLE(OILPAN)
|
| Persistent<PatternAttributesWrapper> m_attributesWrapper;
|
|
|