| Index: third_party/WebKit/Source/core/animation/TypedInterpolationValue.h
|
| diff --git a/third_party/WebKit/Source/core/animation/TypedInterpolationValue.h b/third_party/WebKit/Source/core/animation/TypedInterpolationValue.h
|
| index 88a588232c017a5917aa33566c06fe369583934d..cf4391d231ecba3c29452a9bdc407f0741867f41 100644
|
| --- a/third_party/WebKit/Source/core/animation/TypedInterpolationValue.h
|
| +++ b/third_party/WebKit/Source/core/animation/TypedInterpolationValue.h
|
| @@ -27,7 +27,7 @@ public:
|
|
|
| const InterpolationType& type() const { return m_type; }
|
| const InterpolableValue& interpolableValue() const { return *m_value.interpolableValue; }
|
| - const NonInterpolableValue* nonInterpolableValue() const { return m_value.nonInterpolableValue.get(); }
|
| + const NonInterpolableValue* getNonInterpolableValue() const { return m_value.nonInterpolableValue.get(); }
|
| const InterpolationValue& value() const { return m_value; }
|
|
|
| InterpolationValue& mutableValue() { return m_value; }
|
|
|