| Index: third_party/WebKit/Source/core/css/CSSCustomPropertyDeclaration.h
|
| diff --git a/third_party/WebKit/Source/core/css/CSSCustomPropertyDeclaration.h b/third_party/WebKit/Source/core/css/CSSCustomPropertyDeclaration.h
|
| index 01c959bd134aa02151cf9617cab628e78d55daca..22dc8cd09bc0a62939710c7c0be5f9e123273405 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSCustomPropertyDeclaration.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSCustomPropertyDeclaration.h
|
| @@ -27,6 +27,7 @@ public:
|
| const AtomicString& name() const { return m_name; }
|
| CSSVariableData* value() const { return m_value.get(); }
|
| CSSValueID id() const { return m_valueId; }
|
| + String customCSSText() const;
|
|
|
| bool equals(const CSSCustomPropertyDeclaration& other) const { return this == &other; }
|
|
|
|
|