| Index: third_party/WebKit/Source/core/animation/InterpolationEffectTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/InterpolationEffectTest.cpp b/third_party/WebKit/Source/core/animation/InterpolationEffectTest.cpp
|
| index 971633e9ebdf0ce57b1f405cba3dec247ed69858..488b2779b805812e55660f989cd84c679db84b3d 100644
|
| --- a/third_party/WebKit/Source/core/animation/InterpolationEffectTest.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/InterpolationEffectTest.cpp
|
| @@ -17,7 +17,7 @@ public:
|
| return adoptRef(new SampleInterpolation(std::move(start), std::move(end)));
|
| }
|
|
|
| - PropertyHandle property() const override
|
| + PropertyHandle getProperty() const override
|
| {
|
| return PropertyHandle(CSSPropertyBackgroundColor);
|
| }
|
|
|