| Index: third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| diff --git a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| index 16226c221c8a0ed949d88e6dcfcb6712506268fc..4fecc0cc41199fc4c6ec18714c3c8401eedf1fc1 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| @@ -48,6 +48,7 @@ enum StyleRecalcChange {
|
| NoInherit,
|
| UpdatePseudoElements,
|
| IndependentInherit,
|
| + IndependentInheritWithVariables,
|
| Inherit,
|
| Force,
|
| Reattach,
|
|
|