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