| Index: sky/engine/core/dom/Element.h
|
| diff --git a/sky/engine/core/dom/Element.h b/sky/engine/core/dom/Element.h
|
| index 16befaa1b6ce79bb06783d9f4c44e32f4eb5525b..506fc19b70cec9e8da282df63a6068a017a0a99e 100644
|
| --- a/sky/engine/core/dom/Element.h
|
| +++ b/sky/engine/core/dom/Element.h
|
| @@ -169,9 +169,9 @@ public:
|
|
|
| const StylePropertySet* inlineStyle() const { return elementData() ? elementData()->m_inlineStyle.get() : 0; }
|
|
|
| - bool setInlineStyleProperty(CSSPropertyID, CSSValueID identifier, bool important = false);
|
| - bool setInlineStyleProperty(CSSPropertyID, double value, CSSPrimitiveValue::UnitType, bool important = false);
|
| - bool setInlineStyleProperty(CSSPropertyID, const String& value, bool important = false);
|
| + bool setInlineStyleProperty(CSSPropertyID, CSSValueID identifier);
|
| + bool setInlineStyleProperty(CSSPropertyID, double value, CSSPrimitiveValue::UnitType);
|
| + bool setInlineStyleProperty(CSSPropertyID, const String& value);
|
| bool removeInlineStyleProperty(CSSPropertyID);
|
| void removeAllInlineStyleProperties();
|
|
|
|
|