Index: third_party/WebKit/Source/core/svg/SVGElement.h |
diff --git a/third_party/WebKit/Source/core/svg/SVGElement.h b/third_party/WebKit/Source/core/svg/SVGElement.h |
index 22a6c1ef5b00592b2ccd039c72aea353659ea4f7..bc0f6355da1e554222872a07a61e32c95eb199ad 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGElement.h |
+++ b/third_party/WebKit/Source/core/svg/SVGElement.h |
@@ -236,6 +236,8 @@ class CORE_EXPORT SVGElement : public Element { |
virtual bool selfHasRelativeLengths() const { return false; } |
+ bool hasSVGParent() const; |
+ |
SVGElementRareData* ensureSVGRareData(); |
inline bool hasSVGRareData() const { return m_SVGRareData; } |
inline SVGElementRareData* svgRareData() const { |