diff options
Diffstat (limited to 'WebCore/svg/SVGUseElement.h')
-rw-r--r-- | WebCore/svg/SVGUseElement.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/svg/SVGUseElement.h b/WebCore/svg/SVGUseElement.h index 6fb3925..5519274 100644 --- a/WebCore/svg/SVGUseElement.h +++ b/WebCore/svg/SVGUseElement.h @@ -62,6 +62,7 @@ namespace WebCore { virtual void detach(); virtual Path toClipPath() const; + RenderObject* rendererClipChild() const; static void removeDisallowedElementsFromSubtree(Node* element); SVGElementInstance* instanceForShadowTreeElement(Node* element) const; |