| 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 b646c226caaa742201e8cfd82ef2dcd6cb8ed9d4..6e0ceeba1604bcca5687fe44633fed3586e807af 100644
|
| --- a/third_party/WebKit/Source/core/paint/FilterPainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/FilterPainter.cpp
|
| @@ -30,7 +30,7 @@ FilterPainter::FilterPainter(PaintLayer& layer, GraphicsContext& context, const
|
| if (!layer.paintsWithFilters())
|
| return;
|
|
|
| - RefPtrWillBeRawPtr<FilterEffect> lastEffect = layer.lastFilterEffect();
|
| + RawPtr<FilterEffect> lastEffect = layer.lastFilterEffect();
|
| if (!lastEffect)
|
| return;
|
|
|
|
|