| Index: third_party/WebKit/Source/platform/animation/CompositorFloatAnimationCurve.h
|
| diff --git a/third_party/WebKit/Source/platform/animation/CompositorFloatAnimationCurve.h b/third_party/WebKit/Source/platform/animation/CompositorFloatAnimationCurve.h
|
| index dc88ddb8450219a9ee64b77e492698e074841d4e..66b348f78718d339491f888f03b785f26280d688 100644
|
| --- a/third_party/WebKit/Source/platform/animation/CompositorFloatAnimationCurve.h
|
| +++ b/third_party/WebKit/Source/platform/animation/CompositorFloatAnimationCurve.h
|
| @@ -32,7 +32,7 @@ class PLATFORM_EXPORT CompositorFloatAnimationCurve
|
|
|
| public:
|
| static std::unique_ptr<CompositorFloatAnimationCurve> create() {
|
| - return wrapUnique(new CompositorFloatAnimationCurve());
|
| + return WTF::wrapUnique(new CompositorFloatAnimationCurve());
|
| }
|
|
|
| ~CompositorFloatAnimationCurve() override;
|
|
|