Index: third_party/WebKit/Source/platform/animation/CompositorFloatAnimationCurve.cpp |
diff --git a/third_party/WebKit/Source/platform/animation/CompositorFloatAnimationCurve.cpp b/third_party/WebKit/Source/platform/animation/CompositorFloatAnimationCurve.cpp |
index 572acffac48c5dd0af50c8da9c5e720b094bb9da..ef5abacd2574f3475ad038fe23cd179ca2c56748 100644 |
--- a/third_party/WebKit/Source/platform/animation/CompositorFloatAnimationCurve.cpp |
+++ b/third_party/WebKit/Source/platform/animation/CompositorFloatAnimationCurve.cpp |
@@ -31,7 +31,7 @@ CompositorFloatAnimationCurve::Keyframes |
CompositorFloatAnimationCurve::keyframesForTesting() const { |
Keyframes keyframes; |
for (const auto& ccKeyframe : m_curve->keyframes_for_testing()) { |
- keyframes.append( |
+ keyframes.push_back( |
WTF::wrapUnique(new CompositorFloatKeyframe(ccKeyframe->Clone()))); |
} |
return keyframes; |