summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/webkit/WebCore/svg/SVGDocument.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/webkit/WebCore/svg/SVGDocument.h')
-rw-r--r--src/3rdparty/webkit/WebCore/svg/SVGDocument.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/3rdparty/webkit/WebCore/svg/SVGDocument.h b/src/3rdparty/webkit/WebCore/svg/SVGDocument.h
index 1411017..02e3649 100644
--- a/src/3rdparty/webkit/WebCore/svg/SVGDocument.h
+++ b/src/3rdparty/webkit/WebCore/svg/SVGDocument.h
@@ -52,6 +52,8 @@ namespace WebCore {
void startPan(const FloatPoint& start);
void updatePan(const FloatPoint& pos) const;
+ virtual bool childShouldCreateRenderer(Node*) const;
+
private:
SVGDocument(Frame*);