From dcc8cf2e65d1aa555cce12431a16547e66b469ee Mon Sep 17 00:00:00 2001 From: Steve Block Date: Tue, 27 Apr 2010 16:31:00 +0100 Subject: Merge webkit.org at r58033 : Initial merge by git Change-Id: If006c38561af287c50cd578d251629b51e4d8cd1 --- WebCore/svg/SVGUseElement.h | 1 + 1 file changed, 1 insertion(+) (limited to 'WebCore/svg/SVGUseElement.h') 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; -- cgit v1.1