| Index: Source/core/animation/animatable/AnimatableVisibility.cpp
|
| diff --git a/Source/core/animation/animatable/AnimatableVisibility.cpp b/Source/core/animation/animatable/AnimatableVisibility.cpp
|
| index e1841c412dbedbbbe303f3cf347307d4c823d7aa..f544aefdce70ba156805c44589d6adb662d6dd32 100644
|
| --- a/Source/core/animation/animatable/AnimatableVisibility.cpp
|
| +++ b/Source/core/animation/animatable/AnimatableVisibility.cpp
|
| @@ -40,7 +40,7 @@ bool AnimatableVisibility::usesDefaultInterpolationWith(const AnimatableValue* v
|
| return from != VISIBLE && to != VISIBLE;
|
| }
|
|
|
| -PassRefPtrWillBeRawPtr<AnimatableValue> AnimatableVisibility::interpolateTo(const AnimatableValue* value, double fraction) const
|
| +AnimatableValue* AnimatableVisibility::interpolateTo(const AnimatableValue* value, double fraction) const
|
| {
|
| EVisibility from = m_visibility;
|
| EVisibility to = toAnimatableVisibility(value)->m_visibility;
|
|
|