Index: Source/core/paint/SVGPaintContext.h |
diff --git a/Source/core/paint/SVGPaintContext.h b/Source/core/paint/SVGPaintContext.h |
index 50babac7f7b9a18d25a5ae273f85334c43f63112..1d694c00be7e6d0faf2fc460bd1b3ced6a73e2a4 100644 |
--- a/Source/core/paint/SVGPaintContext.h |
+++ b/Source/core/paint/SVGPaintContext.h |
@@ -31,6 +31,7 @@ |
#include "core/paint/FloatClipRecorder.h" |
#include "core/paint/PaintInfo.h" |
#include "core/paint/SVGClipPainter.h" |
+#include "core/paint/SVGFilterPainter.h" |
#include "platform/graphics/paint/ClipPathRecorder.h" |
#include "platform/transforms/AffineTransform.h" |
@@ -94,6 +95,7 @@ private: |
OwnPtr<FloatClipRecorder> m_clipRecorder; |
OwnPtr<CompositingRecorder> m_compositingRecorder; |
OwnPtr<ClipPathRecorder> m_clipPathRecorder; |
+ OwnPtr<SVGFilterRecordingContext> m_filterRecordingContext; |
#if ENABLE(ASSERT) |
bool m_applyClipMaskAndFilterIfNecessaryCalled; |
#endif |