| Index: third_party/WebKit/Source/core/animation/CompositorAnimations.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/CompositorAnimations.cpp b/third_party/WebKit/Source/core/animation/CompositorAnimations.cpp
|
| index 27d47d07a2aed0353a0f1ebf334a6bc1e46cab6f..964839665561e23674b631873cf98f261135148e 100644
|
| --- a/third_party/WebKit/Source/core/animation/CompositorAnimations.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/CompositorAnimations.cpp
|
| @@ -518,7 +518,7 @@ template <typename PlatformAnimationCurveType>
|
| void addKeyframesToCurve(
|
| PlatformAnimationCurveType& curve,
|
| const AnimatableValuePropertySpecificKeyframeVector& keyframes) {
|
| - auto* lastKeyframe = keyframes.last().get();
|
| + auto* lastKeyframe = keyframes.back().get();
|
| for (const auto& keyframe : keyframes) {
|
| const TimingFunction* keyframeTimingFunction = 0;
|
| // Ignore timing function of last frame.
|
|
|