| Index: third_party/WebKit/Source/core/animation/Interpolation.h
|
| diff --git a/third_party/WebKit/Source/core/animation/Interpolation.h b/third_party/WebKit/Source/core/animation/Interpolation.h
|
| index 8adbf33374ad51504e4fb45885d31ef2645a26bc..1404f4cb0d7bbe039dea81458c10d6ae8ba12ff9 100644
|
| --- a/third_party/WebKit/Source/core/animation/Interpolation.h
|
| +++ b/third_party/WebKit/Source/core/animation/Interpolation.h
|
| @@ -28,7 +28,7 @@ class CORE_EXPORT Interpolation : public RefCounted<Interpolation> {
|
| virtual bool isInvalidatableInterpolation() const { return false; }
|
| virtual bool isLegacyStyleInterpolation() const { return false; }
|
|
|
| - virtual PropertyHandle getProperty() const = 0;
|
| + virtual const PropertyHandle& getProperty() const = 0;
|
| virtual bool dependsOnUnderlyingValue() const { return false; }
|
|
|
| protected:
|
|
|