| Index: sky/engine/core/css/resolver/StyleResolver.h
|
| diff --git a/sky/engine/core/css/resolver/StyleResolver.h b/sky/engine/core/css/resolver/StyleResolver.h
|
| index 813b16009d60d777e78773e43cb51536a5b51b61..1efaa1115f0bc1e76aa5db1dcc630bb6288e600b 100644
|
| --- a/sky/engine/core/css/resolver/StyleResolver.h
|
| +++ b/sky/engine/core/css/resolver/StyleResolver.h
|
| @@ -120,9 +120,9 @@ private:
|
| template <StyleResolver::StyleApplicationPass pass>
|
| static inline bool isPropertyForPass(CSSPropertyID);
|
| template <StyleApplicationPass pass>
|
| - void applyMatchedProperties(StyleResolverState&, const MatchResult&, bool important, bool inheritedOnly);
|
| + void applyMatchedProperties(StyleResolverState&, const MatchResult&, bool inheritedOnly);
|
| template <StyleApplicationPass pass>
|
| - void applyProperties(StyleResolverState&, const StylePropertySet* properties, bool isImportant, bool inheritedOnly);
|
| + void applyProperties(StyleResolverState&, const StylePropertySet* properties, bool inheritedOnly);
|
| template <StyleApplicationPass pass>
|
| void applyAnimatedProperties(StyleResolverState&, const HashMap<CSSPropertyID, RefPtr<Interpolation> >&);
|
| template <StyleResolver::StyleApplicationPass pass>
|
|
|