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