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