| Index: Source/core/animation/css/CSSAnimations.h
|
| diff --git a/Source/core/animation/css/CSSAnimations.h b/Source/core/animation/css/CSSAnimations.h
|
| index e228dce232848a6b13a811a30895f473e53b88c3..5644d7cd1079360034a9d2bb662fd2bd9d9329d3 100644
|
| --- a/Source/core/animation/css/CSSAnimations.h
|
| +++ b/Source/core/animation/css/CSSAnimations.h
|
| @@ -52,6 +52,7 @@ class StyleResolver;
|
| class CSSAnimationUpdate FINAL {
|
| public:
|
| const StylePropertySet* styles() const { return m_styles.get(); }
|
| + // Returns whether player has been cancelled and should be filtered during style application.
|
| bool isFiltered(const Player* player) const { return m_filtered.contains(player); }
|
| void cancel(const Player* player)
|
| {
|
|
|