Index: Source/core/svg/SVGUseElement.h |
diff --git a/Source/core/svg/SVGUseElement.h b/Source/core/svg/SVGUseElement.h |
index a58f7eeaafdf8110b233dc2921a44d215a7fcea2..d366b7a6be465f36d2f5295b7992a20eee0876de 100644 |
--- a/Source/core/svg/SVGUseElement.h |
+++ b/Source/core/svg/SVGUseElement.h |
@@ -99,6 +99,8 @@ private: |
void transferUseAttributesToReplacedElement(SVGElement* from, SVGElement* to) const; |
void transferEventListenersToShadowTree(SVGElementInstance* target); |
+ bool isInUserAgentShadowTree() const; |
+ |
RefPtr<SVGAnimatedLength> m_x; |
RefPtr<SVGAnimatedLength> m_y; |
RefPtr<SVGAnimatedLength> m_width; |