| Index: third_party/WebKit/Source/core/animation/AnimationStack.h
|
| diff --git a/third_party/WebKit/Source/core/animation/AnimationStack.h b/third_party/WebKit/Source/core/animation/AnimationStack.h
|
| index bb75645da6392eb98635a10590749603fc9c0cb9..edf3e3aed510b1e555cb852312c4c58692d7825d 100644
|
| --- a/third_party/WebKit/Source/core/animation/AnimationStack.h
|
| +++ b/third_party/WebKit/Source/core/animation/AnimationStack.h
|
| @@ -67,7 +67,7 @@ class CORE_EXPORT AnimationStack {
|
| AnimationStack*,
|
| const HeapVector<Member<const InertEffect>>* newAnimations,
|
| const HeapHashSet<Member<const Animation>>* suppressedAnimations,
|
| - KeyframeEffect::Priority,
|
| + KeyframeEffectReadOnly::Priority,
|
| PropertyHandleFilter = nullptr);
|
|
|
| bool getAnimatedBoundingBox(FloatBox&, CSSPropertyID) const;
|
|
|