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