Index: third_party/WebKit/Source/core/animation/AnimationStack.cpp |
diff --git a/third_party/WebKit/Source/core/animation/AnimationStack.cpp b/third_party/WebKit/Source/core/animation/AnimationStack.cpp |
index 5bfbff081c97a93057f03a93f1610dec9193bc4f..83b11e62ebfa4e0b8f8582c1af1d1bcc87e8fa4f 100644 |
--- a/third_party/WebKit/Source/core/animation/AnimationStack.cpp |
+++ b/third_party/WebKit/Source/core/animation/AnimationStack.cpp |
@@ -104,7 +104,7 @@ ActiveInterpolationsMap AnimationStack::activeInterpolations( |
AnimationStack* animationStack, |
const HeapVector<Member<const InertEffect>>* newAnimations, |
const HeapHashSet<Member<const Animation>>* suppressedAnimations, |
- KeyframeEffect::Priority priority, |
+ KeyframeEffectReadOnly::Priority priority, |
PropertyHandleFilter propertyHandleFilter) { |
ActiveInterpolationsMap result; |