| Index: third_party/WebKit/Source/platform/graphics/paint/PaintController.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/PaintController.cpp b/third_party/WebKit/Source/platform/graphics/paint/PaintController.cpp
|
| index 5fc5ffa781202a056345fe3f7e3bbb626ef8c05b..d36728ced3732bc601268463fe86f96f089dd5c8 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/PaintController.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/PaintController.cpp
|
| @@ -21,7 +21,7 @@ namespace blink {
|
| void PaintController::setTracksRasterInvalidations(bool value) {
|
| if (value) {
|
| m_paintChunksRasterInvalidationTrackingMap =
|
| - wrapUnique(new RasterInvalidationTrackingMap<const PaintChunk>);
|
| + WTF::wrapUnique(new RasterInvalidationTrackingMap<const PaintChunk>);
|
| } else {
|
| m_paintChunksRasterInvalidationTrackingMap = nullptr;
|
| }
|
|
|