| Index: Source/core/css/resolver/StyleResolver.h
|
| diff --git a/Source/core/css/resolver/StyleResolver.h b/Source/core/css/resolver/StyleResolver.h
|
| index 521943a4f1977e45b454d85d478d1aefd09655c9..875fe7e5642788271c3798a541e7f75d25f8e1a3 100644
|
| --- a/Source/core/css/resolver/StyleResolver.h
|
| +++ b/Source/core/css/resolver/StyleResolver.h
|
| @@ -253,20 +253,15 @@ private:
|
| HighPriorityProperties,
|
| LowPriorityProperties
|
| };
|
| - template <StyleResolver::StyleApplicationPass pass>
|
| + template <StyleApplicationPass pass>
|
| static inline CSSPropertyID firstCSSPropertyId();
|
| - template <StyleResolver::StyleApplicationPass pass>
|
| - static inline CSSPropertyID lastCSSPropertyId();
|
| - template <StyleResolver::StyleApplicationPass pass>
|
| - static inline bool isPropertyForPass(CSSPropertyID);
|
| template <StyleApplicationPass pass>
|
| - void applyMatchedProperties(StyleResolverState&, const MatchResult&, bool important, int startIndex, int endIndex, bool inheritedOnly);
|
| + static inline CSSPropertyID lastCSSPropertyId();
|
| template <StyleApplicationPass pass>
|
| - void applyProperties(StyleResolverState&, const StylePropertySet* properties, StyleRule*, bool isImportant, bool inheritedOnly, PropertyWhitelistType = PropertyWhitelistNone);
|
| + static inline bool isPropertyForPass(CSSPropertyID);
|
| +
|
| template <StyleApplicationPass pass>
|
| void applyAnimatedProperties(StyleResolverState&, const WillBeHeapHashMap<CSSPropertyID, RefPtrWillBeMember<Interpolation> >&);
|
| - template <StyleResolver::StyleApplicationPass pass>
|
| - void applyAllProperty(StyleResolverState&, CSSValue*);
|
|
|
| void matchPageRules(MatchResult&, RuleSet*, bool isLeftPage, bool isFirstPage, const String& pageName);
|
| void matchPageRulesForList(WillBeHeapVector<RawPtrWillBeMember<StyleRulePage> >& matchedRules, const WillBeHeapVector<RawPtrWillBeMember<StyleRulePage> >&, bool isLeftPage, bool isFirstPage, const String& pageName);
|
|
|