summaryrefslogtreecommitdiffstats
path: root/WebCore/rendering/RenderSVGBlock.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/rendering/RenderSVGBlock.h')
-rw-r--r--WebCore/rendering/RenderSVGBlock.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/rendering/RenderSVGBlock.h b/WebCore/rendering/RenderSVGBlock.h
index c4337cc..c1379da 100644
--- a/WebCore/rendering/RenderSVGBlock.h
+++ b/WebCore/rendering/RenderSVGBlock.h
@@ -40,6 +40,7 @@ private:
virtual void absoluteRects(Vector<IntRect>&, int tx, int ty);
virtual void destroy();
+ virtual void styleWillChange(StyleDifference, const RenderStyle* newStyle);
virtual void styleDidChange(StyleDifference, const RenderStyle* oldStyle);
virtual void updateFromElement();
};