summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/SVGMaskElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/SVGMaskElement.h')
-rw-r--r--WebCore/svg/SVGMaskElement.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/WebCore/svg/SVGMaskElement.h b/WebCore/svg/SVGMaskElement.h
index 79e0bf0..467128d 100644
--- a/WebCore/svg/SVGMaskElement.h
+++ b/WebCore/svg/SVGMaskElement.h
@@ -51,6 +51,8 @@ namespace WebCore {
virtual RenderObject* createRenderer(RenderArena*, RenderStyle*);
private:
+ virtual bool selfHasRelativeLengths() const;
+
DECLARE_ANIMATED_PROPERTY(SVGMaskElement, SVGNames::maskUnitsAttr, int, MaskUnits, maskUnits)
DECLARE_ANIMATED_PROPERTY(SVGMaskElement, SVGNames::maskContentUnitsAttr, int, MaskContentUnits, maskContentUnits)
DECLARE_ANIMATED_PROPERTY(SVGMaskElement, SVGNames::xAttr, SVGLength, X, x)