| 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 453caaef83d27aa7c82f74e2073c7dd450b0d59e..b58b0f6ea80a43c32808d6514594dd2512bcf94b 100644
|
| --- a/third_party/WebKit/Source/core/animation/AnimationStack.h
|
| +++ b/third_party/WebKit/Source/core/animation/AnimationStack.h
|
| @@ -34,7 +34,7 @@
|
| #include "core/CoreExport.h"
|
| #include "core/animation/Animation.h"
|
| #include "core/animation/EffectModel.h"
|
| -#include "core/animation/KeyframeEffect.h"
|
| +#include "core/animation/KeyframeEffectReadOnly.h"
|
| #include "core/animation/PropertyHandle.h"
|
| #include "core/animation/SampledEffect.h"
|
| #include "platform/geometry/FloatBox.h"
|
| @@ -60,7 +60,7 @@ public:
|
| bool hasActiveAnimationsOnCompositor(CSSPropertyID) const;
|
|
|
| using PropertyHandleFilter = bool (*)(const PropertyHandle&);
|
| - static ActiveInterpolationsMap activeInterpolations(AnimationStack*, const HeapVector<Member<const InertEffect>>* newAnimations, const HeapHashSet<Member<const Animation>>* suppressedAnimations, KeyframeEffect::Priority, PropertyHandleFilter = nullptr);
|
| + static ActiveInterpolationsMap activeInterpolations(AnimationStack*, const HeapVector<Member<const InertEffect>>* newAnimations, const HeapHashSet<Member<const Animation>>* suppressedAnimations, KeyframeEffectReadOnly::Priority, PropertyHandleFilter = nullptr);
|
|
|
| bool getAnimatedBoundingBox(FloatBox&, CSSPropertyID) const;
|
| DECLARE_TRACE();
|
|
|