summaryrefslogtreecommitdiffstats
path: root/WebCore/rendering/RenderSVGShadowTreeRootContainer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/rendering/RenderSVGShadowTreeRootContainer.cpp')
-rw-r--r--WebCore/rendering/RenderSVGShadowTreeRootContainer.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/WebCore/rendering/RenderSVGShadowTreeRootContainer.cpp b/WebCore/rendering/RenderSVGShadowTreeRootContainer.cpp
index 9d3d26f..888dd57 100644
--- a/WebCore/rendering/RenderSVGShadowTreeRootContainer.cpp
+++ b/WebCore/rendering/RenderSVGShadowTreeRootContainer.cpp
@@ -96,6 +96,11 @@ void RenderSVGShadowTreeRootContainer::styleDidChange(StyleDifference diff, cons
shadowRootRenderer->setStyle(style());
}
+Node* RenderSVGShadowTreeRootContainer::rootElement() const
+{
+ return m_shadowRoot.get();
+}
+
}
#endif