| Index: third_party/WebKit/Source/core/animation/css/CSSAnimations.h
|
| diff --git a/third_party/WebKit/Source/core/animation/css/CSSAnimations.h b/third_party/WebKit/Source/core/animation/css/CSSAnimations.h
|
| index 41b533f73806cde1967de1c23bca8500160bc4ff..5cbe4b556db0ea53ccde782b345ea1d5f49beb49 100644
|
| --- a/third_party/WebKit/Source/core/animation/css/CSSAnimations.h
|
| +++ b/third_party/WebKit/Source/core/animation/css/CSSAnimations.h
|
| @@ -123,8 +123,8 @@ private:
|
| }
|
|
|
| Member<Animation> animation;
|
| - const AnimatableValue* from;
|
| - const AnimatableValue* to;
|
| + RefPtr<AnimatableValue> from;
|
| + RefPtr<AnimatableValue> to;
|
| RefPtr<AnimatableValue> reversingAdjustedStartValue;
|
| double reversingShorteningFactor;
|
| };
|
|
|