| Index: Source/core/css/resolver/StyleResolver.h
|
| diff --git a/Source/core/css/resolver/StyleResolver.h b/Source/core/css/resolver/StyleResolver.h
|
| index d3f9355bb0e6316ecb515dd341d889e517ec2a1d..50a9c52b3cc6c53121688e5366b979a9b839dc7f 100644
|
| --- a/Source/core/css/resolver/StyleResolver.h
|
| +++ b/Source/core/css/resolver/StyleResolver.h
|
| @@ -311,7 +311,6 @@ private:
|
| void applyProperties(StyleResolverState&, const StylePropertySet* properties, StyleRule*, bool isImportant, bool inheritedOnly, PropertyWhitelistType = PropertyWhitelistNone);
|
| template <StyleApplicationPass pass>
|
| void applyAnimatedProperties(StyleResolverState&, const Element*, const DocumentTimeline*, const CSSAnimationUpdate*);
|
| - void resolveVariables(StyleResolverState&, CSSPropertyID, CSSValue*, Vector<std::pair<CSSPropertyID, String> >& knownExpressions);
|
| void matchPageRules(MatchResult&, RuleSet*, bool isLeftPage, bool isFirstPage, const String& pageName);
|
| void matchPageRulesForList(Vector<StyleRulePage*>& matchedRules, const Vector<StyleRulePage*>&, bool isLeftPage, bool isFirstPage, const String& pageName);
|
| void collectViewportRules();
|
| @@ -332,8 +331,6 @@ private:
|
|
|
| void cacheBorderAndBackground();
|
|
|
| - void applyProperty(StyleResolverState&, CSSPropertyID, CSSValue*);
|
| -
|
| MatchedPropertiesCache m_matchedPropertiesCache;
|
|
|
| OwnPtr<MediaQueryEvaluator> m_medium;
|
| @@ -364,9 +361,6 @@ private:
|
| #ifdef STYLE_STATS
|
| static StyleSharingStats m_styleSharingStats;
|
| #endif
|
| -
|
| - friend void StyleBuilder::oldApplyProperty(CSSPropertyID, StyleResolver*, StyleResolverState&, CSSValue*, bool isInitial, bool isInherit);
|
| -
|
| };
|
|
|
| inline bool checkRegionSelector(const CSSSelector* regionSelector, Element* regionElement)
|
|
|