| 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 6f7d9e4c640af8e7fbe0576f3a4b1f03693cc350..b818723434592b8150efe6a6fc5c93d766d465c8 100644
|
| --- a/third_party/WebKit/Source/core/paint/FilterPainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/FilterPainter.cpp
|
| @@ -54,7 +54,7 @@ FilterPainter::FilterPainter(PaintLayer& layer,
|
| DCHECK(m_layoutObject);
|
|
|
| if (clipRect.rect() != paintingInfo.paintDirtyRect || clipRect.hasRadius())
|
| - m_clipRecorder = wrapUnique(new LayerClipRecorder(
|
| + m_clipRecorder = WTF::wrapUnique(new LayerClipRecorder(
|
| context, *layer.layoutObject(), DisplayItem::kClipLayerFilter, clipRect,
|
| &paintingInfo, LayoutPoint(), paintFlags));
|
|
|
|
|