| 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 f3dfb3e0bc870e90e474dfc52898bd8c417bd162..94b4e0cb300b286ae768d0baa9a1c6999a84cd27 100644
|
| --- a/third_party/WebKit/Source/core/paint/FilterPainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/FilterPainter.cpp
|
| @@ -29,7 +29,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;
|
|
|
|
|