| Index: third_party/WebKit/Source/core/css/StylePropertySerializer.h
|
| diff --git a/third_party/WebKit/Source/core/css/StylePropertySerializer.h b/third_party/WebKit/Source/core/css/StylePropertySerializer.h
|
| index 457df8da4e0ffed4f6c46e5d4fb0e1c9fa2b76c8..13220a8738310a7c05407163d7fd6fd5490ef435 100644
|
| --- a/third_party/WebKit/Source/core/css/StylePropertySerializer.h
|
| +++ b/third_party/WebKit/Source/core/css/StylePropertySerializer.h
|
| @@ -50,6 +50,7 @@ private:
|
| String fontVariantValue() const;
|
| void appendFontLonghandValueIfNotNormal(CSSPropertyID, StringBuilder& result) const;
|
| String backgroundRepeatPropertyValue() const;
|
| + String offsetValue() const;
|
| String getPropertyText(CSSPropertyID, const String& value, bool isImportant, bool isNotFirstDecl) const;
|
| bool isPropertyShorthandAvailable(const StylePropertyShorthand&) const;
|
| bool shorthandHasOnlyInitialOrInheritedValue(const StylePropertyShorthand&) const;
|
|
|