| 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 42bb7fd437c8a35e18477faee75cfbdbdb192b2c..e075dad4cfa47c85693bf09ecc3cbcfbe6343bb5 100644
|
| --- a/third_party/WebKit/Source/core/css/StylePropertySerializer.h
|
| +++ b/third_party/WebKit/Source/core/css/StylePropertySerializer.h
|
| @@ -41,8 +41,7 @@ public:
|
| String getPropertyValue(CSSPropertyID) const;
|
| private:
|
| String getCommonValue(const StylePropertyShorthand&) const;
|
| - enum CommonValueMode { OmitUncommonValues, ReturnNullOnUncommonValues };
|
| - String borderPropertyValue(CommonValueMode) const;
|
| + String borderPropertyValue() const;
|
| String getLayeredShorthandValue(const StylePropertyShorthand&) const;
|
| String get4Values(const StylePropertyShorthand&) const;
|
| String borderSpacingValue(const StylePropertyShorthand&) const;
|
|
|