Index: Source/core/rendering/svg/RenderSVGResourceFilter.cpp |
diff --git a/Source/core/rendering/svg/RenderSVGResourceFilter.cpp b/Source/core/rendering/svg/RenderSVGResourceFilter.cpp |
index 7ae178c9090d0a7a7e5fea86d97c77253e7ca14a..1d33e07aad3af7ee616d19cbc00c4d4b018ac82a 100644 |
--- a/Source/core/rendering/svg/RenderSVGResourceFilter.cpp |
+++ b/Source/core/rendering/svg/RenderSVGResourceFilter.cpp |
@@ -144,7 +144,6 @@ static bool createImageBuffer(const Filter* filter, OwnPtr<ImageBuffer>& imageBu |
static void beginDeferredFilter(GraphicsContext* context, FilterData* filterData) |
{ |
context->beginRecording(filterData->boundaries); |
- |
// We pass the boundaries to SkPictureImageFilter so it knows the |
// world-space position of the filter primitives. It gets them |
// from the DisplayList, which also applies the inverse translate |