| Index: Source/core/css/resolver/StyleResolver.h
|
| diff --git a/Source/core/css/resolver/StyleResolver.h b/Source/core/css/resolver/StyleResolver.h
|
| index 0c80efb2da8999d42ec03419264dc0cbd20c5d5f..17e84700aa22f9718b9b5d848be76e88dc66f652 100644
|
| --- a/Source/core/css/resolver/StyleResolver.h
|
| +++ b/Source/core/css/resolver/StyleResolver.h
|
| @@ -166,6 +166,7 @@ public:
|
| bool styleSharingCandidateMatchesRuleSet(const ElementResolveContext&, RuleSet*);
|
|
|
| const StyleRuleKeyframes* matchScopedKeyframesRule(Element*, const AtomicStringImpl* animationName);
|
| +
|
| PassRefPtr<RenderStyle> styleForKeyframe(Element*, const RenderStyle*, const StyleKeyframe*, KeyframeValue&);
|
|
|
| // These methods will give back the set of rules that matched for a given element (or a pseudo-element).
|
|
|