| 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 5afa6cd03bd802d7e5772e8599c6de71d912a935..5f55b00b9cf8f16660560b1843c05d108125e377 100644
|
| --- a/sky/engine/core/css/resolver/StyleResolver.h
|
| +++ b/sky/engine/core/css/resolver/StyleResolver.h
|
| @@ -121,8 +121,6 @@ private:
|
| void applyProperties(StyleResolverState&, const StylePropertySet* properties, bool inheritedOnly);
|
| template <StyleApplicationPass pass>
|
| void applyAnimatedProperties(StyleResolverState&, const HashMap<CSSPropertyID, RefPtr<Interpolation> >&);
|
| - template <StyleResolver::StyleApplicationPass pass>
|
| - void applyAllProperty(StyleResolverState&, CSSValue*);
|
|
|
| MatchedPropertiesCache m_matchedPropertiesCache;
|
|
|
|
|