| Index: third_party/WebKit/Source/platform/graphics/ImageFrameGenerator.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/ImageFrameGenerator.cpp b/third_party/WebKit/Source/platform/graphics/ImageFrameGenerator.cpp
|
| index 3f2bd86d5c25b684c7a58a05a3da7c2839875c8a..d9aaeec4e14d273606a3237a7b04ef8b9037ec67 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/ImageFrameGenerator.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/ImageFrameGenerator.cpp
|
| @@ -182,7 +182,7 @@ bool ImageFrameGenerator::decodeToYUV(SegmentReader* data,
|
| ASSERT(decoder);
|
|
|
| std::unique_ptr<ImagePlanes> imagePlanes =
|
| - wrapUnique(new ImagePlanes(planes, rowBytes));
|
| + makeUnique<ImagePlanes>(planes, rowBytes);
|
| decoder->setImagePlanes(std::move(imagePlanes));
|
|
|
| ASSERT(decoder->canDecodeToYUV());
|
|
|