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 21600357bcd65b4d1cc99080415e2848401c0c9c..fbbb3b90897363cae4a3b94d0e9757996613b7df 100644 |
--- a/third_party/WebKit/Source/core/animation/css/CSSAnimations.h |
+++ b/third_party/WebKit/Source/core/animation/css/CSSAnimations.h |
@@ -139,8 +139,8 @@ class CSSAnimations final { |
DEFINE_INLINE_TRACE() { visitor->trace(animation); } |
Member<Animation> animation; |
- const AnimatableValue* from; |
- const AnimatableValue* to; |
+ RefPtr<AnimatableValue> from; |
+ RefPtr<AnimatableValue> to; |
RefPtr<AnimatableValue> reversingAdjustedStartValue; |
double reversingShorteningFactor; |
}; |