Index: third_party/WebKit/Source/core/animation/InvalidatableInterpolation.h |
diff --git a/third_party/WebKit/Source/core/animation/InvalidatableInterpolation.h b/third_party/WebKit/Source/core/animation/InvalidatableInterpolation.h |
index e1a3b4435bdc6e9544998cf643605691f1690f4a..fd977dd3594b772cf0cc2141d9425f7f488a4fce 100644 |
--- a/third_party/WebKit/Source/core/animation/InvalidatableInterpolation.h |
+++ b/third_party/WebKit/Source/core/animation/InvalidatableInterpolation.h |
@@ -26,7 +26,7 @@ public: |
return adoptRef(new InvalidatableInterpolation(property, interpolationTypes, startKeyframe, endKeyframe)); |
} |
- PropertyHandle property() const final { return m_property; } |
+ PropertyHandle getProperty() const final { return m_property; } |
virtual void interpolate(int iteration, double fraction); |
bool dependsOnUnderlyingValue() const final; |
virtual void apply(InterpolationEnvironment&) const { ASSERT_NOT_REACHED(); } |