| Index: third_party/WebKit/Source/platform/graphics/paint/GeometryMapper.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/GeometryMapper.h b/third_party/WebKit/Source/platform/graphics/paint/GeometryMapper.h
|
| index 720d2224cd2d4118f33a51b32af7b58f61256769..6a84c5679b5bbdee8b2c97585552e02ae5ed476c 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/GeometryMapper.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/GeometryMapper.h
|
| @@ -27,7 +27,7 @@ struct PrecomputedDataForAncestor {
|
| HashMap<const ClipPaintPropertyNode*, FloatRect> toAncestorClipRects;
|
|
|
| static std::unique_ptr<PrecomputedDataForAncestor> create() {
|
| - return wrapUnique(new PrecomputedDataForAncestor());
|
| + return makeUnique<PrecomputedDataForAncestor>();
|
| }
|
| };
|
|
|
|
|