Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(704)

Unified Diff: Source/core/layout/svg/LayoutSVGResourcePattern.h

Issue 1356053002: Consider Layout tree cycles when resolving the <pattern> content element (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698