| Index: Source/core/rendering/style/RenderStyleConstants.h
|
| diff --git a/Source/core/rendering/style/RenderStyleConstants.h b/Source/core/rendering/style/RenderStyleConstants.h
|
| index 020ed1cb4e4edcdead438a74836128777f71c099..6f52398a26475b5c5a9fab94fa699082e3e563c1 100644
|
| --- a/Source/core/rendering/style/RenderStyleConstants.h
|
| +++ b/Source/core/rendering/style/RenderStyleConstants.h
|
| @@ -35,6 +35,7 @@ enum StyleRecalcChange {
|
| Inherit,
|
| Force,
|
| Reattach,
|
| + ReattachNoRenderer
|
| };
|
|
|
| static const size_t PrintColorAdjustBits = 1;
|
|
|