| Index: third_party/WebKit/Source/core/animation/animatable/AnimatableValueKeyframe.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/animatable/AnimatableValueKeyframe.cpp b/third_party/WebKit/Source/core/animation/animatable/AnimatableValueKeyframe.cpp
|
| index fe315aec718432b074042d7c4b227c9ae63c26af..3ff76d070ede7ce1c575459609e3a8c23366e354 100644
|
| --- a/third_party/WebKit/Source/core/animation/animatable/AnimatableValueKeyframe.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/animatable/AnimatableValueKeyframe.cpp
|
| @@ -33,7 +33,7 @@ PassRefPtr<Keyframe> AnimatableValueKeyframe::clone() const {
|
|
|
| PassRefPtr<Keyframe::PropertySpecificKeyframe>
|
| AnimatableValueKeyframe::createPropertySpecificKeyframe(
|
| - PropertyHandle property) const {
|
| + const PropertyHandle& property) const {
|
| return PropertySpecificKeyframe::create(
|
| offset(), &easing(), propertyValue(property.cssProperty()), composite());
|
| }
|
| @@ -46,7 +46,7 @@ AnimatableValueKeyframe::PropertySpecificKeyframe::cloneWithOffset(
|
|
|
| PassRefPtr<Interpolation>
|
| AnimatableValueKeyframe::PropertySpecificKeyframe::createInterpolation(
|
| - PropertyHandle property,
|
| + const PropertyHandle& property,
|
| const Keyframe::PropertySpecificKeyframe& end) const {
|
| return LegacyStyleInterpolation::create(
|
| value(), toAnimatableValuePropertySpecificKeyframe(end).value(),
|
|
|