| Index: sky/engine/core/css/StylePropertySerializer.h
|
| diff --git a/sky/engine/core/css/StylePropertySerializer.h b/sky/engine/core/css/StylePropertySerializer.h
|
| index fdfd712d22c0a7b409475a443179376cab7270b8..f8948e773598f1bec174bb7c312488fc9c6e9430 100644
|
| --- a/sky/engine/core/css/StylePropertySerializer.h
|
| +++ b/sky/engine/core/css/StylePropertySerializer.h
|
| @@ -46,7 +46,7 @@ private:
|
| String fontValue() const;
|
| void appendFontLonghandValueIfExplicit(CSSPropertyID, StringBuilder& result, String& value) const;
|
| String backgroundRepeatPropertyValue() const;
|
| - String getPropertyText(CSSPropertyID, const String& value, bool isImportant, bool isNotFirstDecl) const;
|
| + String getPropertyText(CSSPropertyID, const String& value, bool isNotFirstDecl) const;
|
| bool isPropertyShorthandAvailable(const StylePropertyShorthand&) const;
|
| bool shorthandHasOnlyInitialOrInheritedValue(const StylePropertyShorthand&) const;
|
| void appendBackgroundPropertyAsText(StringBuilder& result, unsigned& numDecls) const;
|
|
|