Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(322)

Unified Diff: Source/core/css/resolver/StyleResolver.h

Issue 71083002: Web Animations: Use legacy cascade behaviour and the MatchedPropertiesCache (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: s_e\(lement->hasActiveAnimations\)_animatingE\1_ Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/css/resolver/StyleResolver.h
diff --git a/Source/core/css/resolver/StyleResolver.h b/Source/core/css/resolver/StyleResolver.h
index e31575ce0251394f048014bcd2c01d7075c692c0..c4457734a5c3faf8738fcdc53ef8c25e0dd0fd57 100644
--- a/Source/core/css/resolver/StyleResolver.h
+++ b/Source/core/css/resolver/StyleResolver.h
@@ -241,6 +241,7 @@ private:
bool fastRejectSelector(const RuleData&) const;
void applyMatchedProperties(StyleResolverState&, const MatchResult&, Element* animatingElement);
+ void applyAnimatedProperties(StyleResolverState&, Element* animatingElement);
enum StyleApplicationPass {
VariableDefinitions,

Powered by Google App Engine
This is Rietveld 408576698