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 d5f4a784e8f7118426a2b18bdc1a0efc4db3ea5e..70a2b26ebea94582122634761e6bfd24d02d11fa 100644 |
| --- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h |
| +++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h |
| @@ -50,8 +50,7 @@ enum StyleRecalcChange { |
| IndependentInherit, |
| Inherit, |
| Force, |
| - Reattach, |
| - ReattachNoLayoutObject |
| + Reattach |
| }; |
| // Static pseudo styles. Dynamic ones are produced on the fly. |