Index: Source/core/paint/SVGFilterPainter.cpp |
diff --git a/Source/core/paint/SVGFilterPainter.cpp b/Source/core/paint/SVGFilterPainter.cpp |
index ce909e94b2c5565e2ddca98fe9c767f414fd9333..1a3b4eabb58d7b0dacd55070853b41a19ae18ee7 100644 |
--- a/Source/core/paint/SVGFilterPainter.cpp |
+++ b/Source/core/paint/SVGFilterPainter.cpp |
@@ -186,6 +186,7 @@ void SVGFilterPainter::finishEffect(LayoutObject& object, SVGFilterRecordingCont |
if (LayoutObjectDrawingRecorder::useCachedDrawingIfPossible(*context, object, DisplayItem::SVGFilter)) |
return; |
+ // TODO(chrishtr): stop using an infinite rect, and instead bound the filter. |
LayoutObjectDrawingRecorder recorder(*context, object, DisplayItem::SVGFilter, LayoutRect::infiniteIntRect()); |
if (filterData && filterData->m_state == FilterData::ReadyToPaint) |
paintFilteredContent(object, context, filterData); |