Chromium Code Reviews| 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 f9b57ee99066caf889ba7235ec1d5ffe5917b305..a5f6dff4f9ecec289ae41d5666b0d2df6330d6a0 100644 |
| --- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h |
| +++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h |
| @@ -42,6 +42,7 @@ enum StyleRecalcChange { |
| NoChange, |
| NoInherit, |
| UpdatePseudoElements, |
| + IndependentInherit, |
| Inherit, |
| Force, |
| Reattach, |