| Index: Source/core/svg/graphics/filters/SVGFEImage.cpp
|
| diff --git a/Source/core/svg/graphics/filters/SVGFEImage.cpp b/Source/core/svg/graphics/filters/SVGFEImage.cpp
|
| index cd732c75010b8b72cf34d7fcedf4eff85d2824ff..ef2b564e75ac9468d85c795fa5b4ceb6d9ec0bef 100644
|
| --- a/Source/core/svg/graphics/filters/SVGFEImage.cpp
|
| +++ b/Source/core/svg/graphics/filters/SVGFEImage.cpp
|
| @@ -197,11 +197,6 @@ PassRefPtr<SkImageFilter> FEImage::createImageFilter(SkiaImageFilterBuilder* bui
|
| FloatRect srcRect = FloatRect(FloatPoint(), m_image->size());
|
| FloatRect dstRect = filterPrimitiveSubregion();
|
|
|
| - // FIXME: CSS image filters currently do not seem to set filter primitive
|
| - // subregion correctly if unspecified. So default to srcRect size if so.
|
| - if (dstRect.isEmpty())
|
| - dstRect = srcRect;
|
| -
|
| m_preserveAspectRatio->transformRect(dstRect, srcRect);
|
|
|
| SkBitmap bitmap;
|
|
|