Index: third_party/WebKit/Source/core/animation/StyleInterpolation.h |
diff --git a/third_party/WebKit/Source/core/animation/StyleInterpolation.h b/third_party/WebKit/Source/core/animation/StyleInterpolation.h |
index e3b250f3549b83c7c239f48b0b7ed219f7360d45..74b677464ce0c91f7e2b02c36acd12a33c9d19f4 100644 |
--- a/third_party/WebKit/Source/core/animation/StyleInterpolation.h |
+++ b/third_party/WebKit/Source/core/animation/StyleInterpolation.h |
@@ -39,7 +39,7 @@ public: |
CSSPropertyID id() const { return m_id; } |
- PropertyHandle property() const final |
+ PropertyHandle getProperty() const final |
{ |
return PropertyHandle(id()); |
} |