| Index: third_party/WebKit/Source/core/css/resolver/StyleResolver.h
|
| diff --git a/third_party/WebKit/Source/core/css/resolver/StyleResolver.h b/third_party/WebKit/Source/core/css/resolver/StyleResolver.h
|
| index 667d93ca4267b3cbaf4ad090c0db2f423de3de60..0d601f459d31499ed2e713c5c7439757e8f7e03b 100644
|
| --- a/third_party/WebKit/Source/core/css/resolver/StyleResolver.h
|
| +++ b/third_party/WebKit/Source/core/css/resolver/StyleResolver.h
|
| @@ -244,9 +244,10 @@ class CORE_EXPORT StyleResolver final
|
| const MatchResult&,
|
| const Element* animatingElement);
|
| CacheSuccess applyMatchedCache(StyleResolverState&, const MatchResult&);
|
| + enum ApplyAnimations { ExcludeAnimations, IncludeAnimations };
|
| void applyCustomProperties(StyleResolverState&,
|
| const MatchResult&,
|
| - bool applyAnimations,
|
| + ApplyAnimations,
|
| const CacheSuccess&,
|
| NeedsApplyPass&);
|
| void applyMatchedAnimationProperties(StyleResolverState&,
|
|
|