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..0ef0dae484f2c30552a9629df315ca9a01dc32c8 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGElement.h |
+++ b/third_party/WebKit/Source/core/svg/SVGElement.h |
@@ -235,6 +235,8 @@ class CORE_EXPORT SVGElement : public Element { |
static void markForLayoutAndParentResourceInvalidation(LayoutObject*); |
virtual bool selfHasRelativeLengths() const { return false; } |
+ bool isInSVGSubtree() const; |
+ bool isValidAndInSVGSubtree() const; |
SVGElementRareData* ensureSVGRareData(); |
inline bool hasSVGRareData() const { return m_SVGRareData; } |