| Index: third_party/WebKit/Source/core/animation/animatable/AnimatableSVGPaint.h
|
| diff --git a/third_party/WebKit/Source/core/animation/animatable/AnimatableSVGPaint.h b/third_party/WebKit/Source/core/animation/animatable/AnimatableSVGPaint.h
|
| index ade4eb154b94b0de90935a73cea0e9d747b83a1b..042a924b9a447c933cccc08c45db662cd15807b7 100644
|
| --- a/third_party/WebKit/Source/core/animation/animatable/AnimatableSVGPaint.h
|
| +++ b/third_party/WebKit/Source/core/animation/animatable/AnimatableSVGPaint.h
|
| @@ -79,7 +79,7 @@ class AnimatableSVGPaint final : public AnimatableValue {
|
| const String& visitedLinkURI)
|
| : m_type(type),
|
| m_visitedLinkType(visitedLinkType),
|
| - m_color(color),
|
| + m_color(std::move(color)),
|
| m_uri(uri),
|
| m_visitedLinkURI(visitedLinkURI) {}
|
| AnimatableType type() const override { return TypeSVGPaint; }
|
|
|