| Index: Source/core/rendering/style/RenderStyleConstants.h
|
| diff --git a/Source/core/rendering/style/RenderStyleConstants.h b/Source/core/rendering/style/RenderStyleConstants.h
|
| index b9c29b35973ddb4ef381d057fdca54904ec4b56d..002ebc498bed2b09b703116ea2bc3cd5d8f6bded 100644
|
| --- a/Source/core/rendering/style/RenderStyleConstants.h
|
| +++ b/Source/core/rendering/style/RenderStyleConstants.h
|
| @@ -71,10 +71,9 @@ enum StyleDifferenceContextSensitiveProperty {
|
| ContextSensitivePropertyNone = 0,
|
| ContextSensitivePropertyTransform = (1 << 0),
|
| ContextSensitivePropertyOpacity = (1 << 1),
|
| - ContextSensitivePropertyZIndex = (1 << 2),
|
| - ContextSensitivePropertyFilter = (1 << 3),
|
| + ContextSensitivePropertyFilter = (1 << 2),
|
| // The object needs to be repainted if it contains text or properties dependent on color (e.g., border or outline).
|
| - ContextSensitivePropertyTextOrColor = (1 << 4)
|
| + ContextSensitivePropertyTextOrColor = (1 << 3)
|
| };
|
|
|
| // Static pseudo styles. Dynamic ones are produced on the fly.
|
|
|