| Index: third_party/WebKit/Source/core/paint/FilterPainter.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/FilterPainter.cpp b/third_party/WebKit/Source/core/paint/FilterPainter.cpp
|
| index d5cfa4116595df753d159aaffdf38354844d4b6b..6f7d9e4c640af8e7fbe0576f3a4b1f03693cc350 100644
|
| --- a/third_party/WebKit/Source/core/paint/FilterPainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/FilterPainter.cpp
|
| @@ -36,8 +36,6 @@ FilterPainter::FilterPainter(PaintLayer& layer,
|
| if (!lastEffect)
|
| return;
|
|
|
| - DCHECK(layer.filterInfo());
|
| -
|
| sk_sp<SkImageFilter> imageFilter =
|
| SkiaImageFilterBuilder::build(lastEffect, ColorSpaceDeviceRGB);
|
| if (!imageFilter)
|
|
|