| Index: third_party/WebKit/Source/core/style/ComputedStyle.h
|
| diff --git a/third_party/WebKit/Source/core/style/ComputedStyle.h b/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| index c1c73fbd439684a58600bfd5ed95c9d64b9f4256..6152fa9e3b9a2a33df438d9be6b6be6d076513e4 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| @@ -2704,6 +2704,9 @@ class CORE_EXPORT ComputedStyle : public ComputedStyleBase,
|
| void removeInheritedVariable(const AtomicString&);
|
| void removeNonInheritedVariable(const AtomicString&);
|
|
|
| + // Handles both inherited and non-inherited variables
|
| + CSSVariableData* getVariable(const AtomicString&) const;
|
| +
|
| void setHasVariableReferenceFromNonInheritedProperty() {
|
| m_nonInheritedData.m_variableReference = true;
|
| }
|
|
|