| Index: third_party/WebKit/Source/core/animation/InterpolationEffect.h
|
| diff --git a/third_party/WebKit/Source/core/animation/InterpolationEffect.h b/third_party/WebKit/Source/core/animation/InterpolationEffect.h
|
| index 392fb4a958fadfb130c92c03e9ba9d163914b59d..dfb926b10eaacad8a2cc8f1d63c0a7789f81f4cb 100644
|
| --- a/third_party/WebKit/Source/core/animation/InterpolationEffect.h
|
| +++ b/third_party/WebKit/Source/core/animation/InterpolationEffect.h
|
| @@ -46,7 +46,7 @@ class CORE_EXPORT InterpolationEffect {
|
| }
|
|
|
| void addInterpolationsFromKeyframes(
|
| - PropertyHandle,
|
| + const PropertyHandle&,
|
| const Keyframe::PropertySpecificKeyframe& keyframeA,
|
| const Keyframe::PropertySpecificKeyframe& keyframeB,
|
| double applyFrom,
|
|
|