| Index: third_party/WebKit/Source/core/animation/InterpolationType.h
|
| diff --git a/third_party/WebKit/Source/core/animation/InterpolationType.h b/third_party/WebKit/Source/core/animation/InterpolationType.h
|
| index c549e652cb0b96e30443449c8684e76a65e279e6..3da718219fa02a99d8a56825572d6df588e155e8 100644
|
| --- a/third_party/WebKit/Source/core/animation/InterpolationType.h
|
| +++ b/third_party/WebKit/Source/core/animation/InterpolationType.h
|
| @@ -28,7 +28,7 @@ class InterpolationType {
|
| public:
|
| virtual ~InterpolationType() { ASSERT_NOT_REACHED(); }
|
|
|
| - PropertyHandle property() const { return m_property; }
|
| + PropertyHandle getProperty() const { return m_property; }
|
|
|
| // ConversionCheckers are returned from calls to maybeConvertPairwise() and maybeConvertSingle() to enable the caller to check
|
| // whether the result is still valid given changes in the InterpolationEnvironment and underlying InterpolationValue.
|
|
|