summaryrefslogtreecommitdiffstats
path: root/WebCore/rendering/RenderSVGInline.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/rendering/RenderSVGInline.h')
-rw-r--r--WebCore/rendering/RenderSVGInline.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/rendering/RenderSVGInline.h b/WebCore/rendering/RenderSVGInline.h
index fb38f1b..92b6fe7 100644
--- a/WebCore/rendering/RenderSVGInline.h
+++ b/WebCore/rendering/RenderSVGInline.h
@@ -37,6 +37,7 @@ public:
virtual const char* renderName() const { return "RenderSVGInline"; }
virtual bool requiresLayer() const { return false; }
+ virtual bool isSVGInline() const { return true; }
// Chapter 10.4 of the SVG Specification say that we should use the
// object bounding box of the parent text element.