summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/filters/FEComposite.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/graphics/filters/FEComposite.h')
-rw-r--r--WebCore/platform/graphics/filters/FEComposite.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/WebCore/platform/graphics/filters/FEComposite.h b/WebCore/platform/graphics/filters/FEComposite.h
index 82a3b06..ecdb037 100644
--- a/WebCore/platform/graphics/filters/FEComposite.h
+++ b/WebCore/platform/graphics/filters/FEComposite.h
@@ -61,6 +61,8 @@ public:
virtual void apply(Filter*);
virtual void dump();
+
+ virtual void determineAbsolutePaintRect(Filter*);
virtual TextStream& externalRepresentation(TextStream&, int indention) const;