| Index: third_party/WebKit/Source/core/animation/Keyframe.h
|
| diff --git a/third_party/WebKit/Source/core/animation/Keyframe.h b/third_party/WebKit/Source/core/animation/Keyframe.h
|
| index bbafe935a027b6997d5157179cf56bae6c898f86..9a70eb90f02d4054b18ed5881fe955618940f3c6 100644
|
| --- a/third_party/WebKit/Source/core/animation/Keyframe.h
|
| +++ b/third_party/WebKit/Source/core/animation/Keyframe.h
|
| @@ -98,7 +98,7 @@ class CORE_EXPORT Keyframe : public RefCounted<Keyframe> {
|
| double offset,
|
| PassRefPtr<TimingFunction> easing) const = 0;
|
| virtual PassRefPtr<Interpolation> createInterpolation(
|
| - PropertyHandle,
|
| + const PropertyHandle&,
|
| const Keyframe::PropertySpecificKeyframe& end) const;
|
|
|
| protected:
|
| @@ -112,7 +112,7 @@ class CORE_EXPORT Keyframe : public RefCounted<Keyframe> {
|
| };
|
|
|
| virtual PassRefPtr<PropertySpecificKeyframe> createPropertySpecificKeyframe(
|
| - PropertyHandle) const = 0;
|
| + const PropertyHandle&) const = 0;
|
|
|
| protected:
|
| Keyframe()
|
|
|