| 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 d0321765ddc50bed0643edab76b27d8f10c087f4..b751f0e98c3b3b4f6ab786b3df3589b7a6261fc6 100644
|
| --- a/third_party/WebKit/Source/core/css/StylePropertySerializer.h
|
| +++ b/third_party/WebKit/Source/core/css/StylePropertySerializer.h
|
| @@ -89,6 +89,8 @@ private:
|
| bool m_isInherited;
|
| };
|
|
|
| + String getCustomPropertyText(const PropertyValueForSerializer&, bool isNotFirstDecl) const;
|
| +
|
| class StylePropertySetForSerializer final {
|
| DISALLOW_NEW();
|
| public:
|
|
|