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 a3f659a41fe1b3f9ff0251d9893730b1ff95ac0c..80d8f84e8bf869670327d0a59effaa64ce9037a4 100644 |
--- a/third_party/WebKit/Source/core/style/ComputedStyle.h |
+++ b/third_party/WebKit/Source/core/style/ComputedStyle.h |
@@ -1760,6 +1760,9 @@ public: |
void setHasVariableReferenceFromNonInheritedProperty() { m_nonInheritedData.m_variableReference = true; } |
bool hasVariableReferenceFromNonInheritedProperty() const { return m_nonInheritedData.m_variableReference; } |
+ // Call these after setting the CSSVariableData |
+ void setRegisteredInheritedProperty(const AtomicString&, const CSSValue*); |
+ |
// Animations. |
CSSAnimationData& accessAnimations(); |
const CSSAnimationData* animations() const { return m_rareNonInheritedData->m_animations.get(); } |