| Index: third_party/WebKit/Source/core/animation/InterpolationEffect.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/InterpolationEffect.cpp b/third_party/WebKit/Source/core/animation/InterpolationEffect.cpp
|
| index 55a5739560996e3a7344e2e96d69a24ff526a359..ae12c262ea0303e6a8a24f1be5f7d06d53cc97cd 100644
|
| --- a/third_party/WebKit/Source/core/animation/InterpolationEffect.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/InterpolationEffect.cpp
|
| @@ -36,7 +36,7 @@ void InterpolationEffect::getActiveInterpolations(
|
| }
|
|
|
| void InterpolationEffect::addInterpolationsFromKeyframes(
|
| - PropertyHandle property,
|
| + const PropertyHandle& property,
|
| const Keyframe::PropertySpecificKeyframe& keyframeA,
|
| const Keyframe::PropertySpecificKeyframe& keyframeB,
|
| double applyFrom,
|
|
|