Index: sky/engine/core/rendering/LayerPaintingInfo.h |
diff --git a/sky/engine/core/rendering/LayerPaintingInfo.h b/sky/engine/core/rendering/LayerPaintingInfo.h |
index 8d65e7d1b6f208442dab6dee65e0a623a561dac4..0c0e374f2a1d267c97966ec2308299ea83123e59 100644 |
--- a/sky/engine/core/rendering/LayerPaintingInfo.h |
+++ b/sky/engine/core/rendering/LayerPaintingInfo.h |
@@ -63,7 +63,6 @@ enum PaintLayerFlag { |
PaintLayerPaintingCompositingMaskPhase = 1 << 7, |
PaintLayerPaintingCompositingScrollingPhase = 1 << 8, |
PaintLayerPaintingOverflowContents = 1 << 9, |
- PaintLayerPaintingChildClippingMaskPhase = 1 << 10, |
PaintLayerPaintingCompositingAllPhases = (PaintLayerPaintingCompositingBackgroundPhase | PaintLayerPaintingCompositingForegroundPhase | PaintLayerPaintingCompositingMaskPhase) |
}; |