Index: third_party/WebKit/Source/core/animation/animatable/AnimatableShadow.h |
diff --git a/third_party/WebKit/Source/core/animation/animatable/AnimatableShadow.h b/third_party/WebKit/Source/core/animation/animatable/AnimatableShadow.h |
index 15e05a4c5280d669bfddf4f90e4dcca2cf1ea652..aed8c72725beb59526dd222257a48d3f81c60f70 100644 |
--- a/third_party/WebKit/Source/core/animation/animatable/AnimatableShadow.h |
+++ b/third_party/WebKit/Source/core/animation/animatable/AnimatableShadow.h |
@@ -43,7 +43,7 @@ public: |
{ |
return adoptRef(new AnimatableShadow(shadowList, currentColor)); |
} |
- ShadowList* shadowList() const { return m_shadowList.get(); } |
+ ShadowList* getShadowList() const { return m_shadowList.get(); } |
protected: |
PassRefPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const override; |