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 2ca275b318a05e83cf5665dfdfb3ebaebf2f66ca..07f7ad7bab4df5042a9d2acdc2b6553117c6e80e 100644 |
--- a/third_party/WebKit/Source/core/animation/Interpolation.h |
+++ b/third_party/WebKit/Source/core/animation/Interpolation.h |
@@ -25,7 +25,7 @@ public: |
virtual bool isInvalidatableInterpolation() const { return false; } |
virtual bool isLegacyStyleInterpolation() const { return false; } |
- virtual PropertyHandle property() const = 0; |
+ virtual PropertyHandle getProperty() const = 0; |
virtual bool dependsOnUnderlyingValue() const { return false; } |
protected: |