| Index: Source/core/css/resolver/StyleResolver.h
|
| diff --git a/Source/core/css/resolver/StyleResolver.h b/Source/core/css/resolver/StyleResolver.h
|
| index e48efd8ad8564f2dacd851fd9b507ee9cdf8d0a6..fa5e8d789d5ed7b75f0735cc8e4e0e890e51c80d 100644
|
| --- a/Source/core/css/resolver/StyleResolver.h
|
| +++ b/Source/core/css/resolver/StyleResolver.h
|
| @@ -249,7 +249,7 @@ private:
|
| template <StyleApplicationPass pass>
|
| void applyAnimatedProperties(StyleResolverState&, const WillBeHeapHashMap<CSSPropertyID, RefPtrWillBeMember<Interpolation> >&);
|
| template <StyleResolver::StyleApplicationPass pass>
|
| - void applyAllProperty(StyleResolverState&, CSSValue*);
|
| + void applyAllProperty(StyleResolverState&, CSSValue*, bool inheritedOnly);
|
|
|
| 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);
|
|
|