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 6a84c5679b5bbdee8b2c97585552e02ae5ed476c..7df60f2010466491e519959606ca4ccbe6e64a86 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 makeUnique<PrecomputedDataForAncestor>(); |
+ return WTF::makeUnique<PrecomputedDataForAncestor>(); |
} |
}; |