| Index: third_party/WebKit/Source/core/animation/InterpolableValueTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/InterpolableValueTest.cpp b/third_party/WebKit/Source/core/animation/InterpolableValueTest.cpp
|
| index 40ab34ae415d9c65cdb6c6759c369e19bc576fb6..dd15681d634518dd2b5a473f6a3f5f85e98a7e20 100644
|
| --- a/third_party/WebKit/Source/core/animation/InterpolableValueTest.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/InterpolableValueTest.cpp
|
| @@ -19,7 +19,7 @@ public:
|
| return adoptRef(new SampleInterpolation(std::move(start), std::move(end)));
|
| }
|
|
|
| - PropertyHandle property() const override
|
| + PropertyHandle getProperty() const override
|
| {
|
| return PropertyHandle(CSSPropertyBackgroundColor);
|
| }
|
|
|