| Index: third_party/WebKit/Source/core/animation/animatable/AnimatableValueKeyframe.h
|
| diff --git a/third_party/WebKit/Source/core/animation/animatable/AnimatableValueKeyframe.h b/third_party/WebKit/Source/core/animation/animatable/AnimatableValueKeyframe.h
|
| index c5b67aae00d939a82d8b595a079c760e489006a5..14aa1702239c9285501a7a741424ad0cb96cbff7 100644
|
| --- a/third_party/WebKit/Source/core/animation/animatable/AnimatableValueKeyframe.h
|
| +++ b/third_party/WebKit/Source/core/animation/animatable/AnimatableValueKeyframe.h
|
| @@ -51,7 +51,7 @@ class CORE_EXPORT AnimatableValueKeyframe : public Keyframe {
|
| double offset,
|
| PassRefPtr<TimingFunction> easing) const final;
|
| PassRefPtr<Interpolation> createInterpolation(
|
| - PropertyHandle,
|
| + const PropertyHandle&,
|
| const Keyframe::PropertySpecificKeyframe& end) const final;
|
|
|
| private:
|
| @@ -80,7 +80,7 @@ class CORE_EXPORT AnimatableValueKeyframe : public Keyframe {
|
|
|
| PassRefPtr<Keyframe> clone() const override;
|
| PassRefPtr<Keyframe::PropertySpecificKeyframe> createPropertySpecificKeyframe(
|
| - PropertyHandle) const override;
|
| + const PropertyHandle&) const override;
|
|
|
| bool isAnimatableValueKeyframe() const override { return true; }
|
|
|
|
|