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, |