| Index: third_party/WebKit/Source/core/animation/css/CSSAnimationUpdate.h
|
| diff --git a/third_party/WebKit/Source/core/animation/css/CSSAnimationUpdate.h b/third_party/WebKit/Source/core/animation/css/CSSAnimationUpdate.h
|
| index 36eb04c6d2ca1bbca0d6702cb15f6e650ea07e9f..99bdd9cc73e66b5c51601651be91e069f61b1633 100644
|
| --- a/third_party/WebKit/Source/core/animation/css/CSSAnimationUpdate.h
|
| +++ b/third_party/WebKit/Source/core/animation/css/CSSAnimationUpdate.h
|
| @@ -87,8 +87,9 @@ WTF_ALLOW_INIT_WITH_MEM_FUNCTIONS(blink::UpdatedCSSAnimation);
|
|
|
| namespace blink {
|
|
|
| -// This class stores the CSS Animations/Transitions information we use during a style recalc.
|
| -// This includes updates to animations/transitions as well as the Interpolations to be applied.
|
| +// This class stores the CSS Animations/Transitions information we use during a
|
| +// style recalc. This includes updates to animations/transitions as well as the
|
| +// Interpolations to be applied.
|
| class CSSAnimationUpdate final {
|
| DISALLOW_NEW();
|
| WTF_MAKE_NONCOPYABLE(CSSAnimationUpdate);
|
| @@ -136,7 +137,8 @@ class CSSAnimationUpdate final {
|
| m_newAnimations.append(
|
| NewCSSAnimation(animationName, nameIndex, effect, timing, styleRule));
|
| }
|
| - // Returns whether animation has been suppressed and should be filtered during style application.
|
| + // Returns whether animation has been suppressed and should be filtered during
|
| + // style application.
|
| bool isSuppressedAnimation(const Animation* animation) const {
|
| return m_suppressedAnimations.contains(animation);
|
| }
|
|
|