| 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 d4ecf27f64b6cd29a545896dece82f2dcb437f9a..baf4267699e8b3d924650785ae5f3fcbda1c13d4 100644
|
| --- a/third_party/WebKit/Source/core/css/StylePropertySerializer.h
|
| +++ b/third_party/WebKit/Source/core/css/StylePropertySerializer.h
|
| @@ -44,6 +44,7 @@ class StylePropertySerializer {
|
|
|
| private:
|
| String getCommonValue(const StylePropertyShorthand&) const;
|
| + String placeContentPropertyValue() const;
|
| String borderPropertyValue() const;
|
| String getLayeredShorthandValue(const StylePropertyShorthand&) const;
|
| String get4Values(const StylePropertyShorthand&) const;
|
|
|