| Index: Source/core/css/resolver/StyleResolver.h
|
| diff --git a/Source/core/css/resolver/StyleResolver.h b/Source/core/css/resolver/StyleResolver.h
|
| index 9922e03211c357f235315383cdb80b7d35635332..b2925bcd3670821ecff0a565f1fea5a08cd29bc3 100644
|
| --- a/Source/core/css/resolver/StyleResolver.h
|
| +++ b/Source/core/css/resolver/StyleResolver.h
|
| @@ -182,6 +182,8 @@ public:
|
| // FIXME: Used by SharingStyleFinder, but should be removed.
|
| bool styleSharingCandidateMatchesRuleSet(const ElementResolveContext&, RuleSet*);
|
|
|
| + void collectViewportRules(RuleSet*);
|
| +
|
| 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).
|
| @@ -230,8 +232,6 @@ public:
|
|
|
| void reportMemoryUsage(MemoryObjectInfo*) const;
|
|
|
| - void collectViewportRules(RuleSet*);
|
| -
|
| private:
|
| void matchUARules(ElementRuleCollector&, RuleSet*);
|
| void matchAuthorRules(ElementRuleCollector&, bool includeEmptyRules);
|
|
|