| Index: third_party/WebKit/Source/core/animation/animatable/AnimatableShadow.h
|
| diff --git a/third_party/WebKit/Source/core/animation/animatable/AnimatableShadow.h b/third_party/WebKit/Source/core/animation/animatable/AnimatableShadow.h
|
| index aed8c72725beb59526dd222257a48d3f81c60f70..90c7397132d581fd0f885e98c20c44dd7f33e0a3 100644
|
| --- a/third_party/WebKit/Source/core/animation/animatable/AnimatableShadow.h
|
| +++ b/third_party/WebKit/Source/core/animation/animatable/AnimatableShadow.h
|
| @@ -41,7 +41,7 @@ public:
|
| ~AnimatableShadow() override { }
|
| static PassRefPtr<AnimatableShadow> create(PassRefPtr<ShadowList> shadowList, const Color& currentColor)
|
| {
|
| - return adoptRef(new AnimatableShadow(shadowList, currentColor));
|
| + return adoptRef(new AnimatableShadow(std::move(shadowList), currentColor));
|
| }
|
| ShadowList* getShadowList() const { return m_shadowList.get(); }
|
|
|
|
|