PaintLayerPaintingCompositingForegroundPhase 69 Source/core/rendering/LayerPaintingInfo.h PaintLayerPaintingCompositingAllPhases = (PaintLayerPaintingCompositingBackgroundPhase | PaintLayerPaintingCompositingForegroundPhase | PaintLayerPaintingCompositingMaskPhase) PaintLayerPaintingCompositingForegroundPhase 2056 Source/core/rendering/RenderLayer.cpp bool isPaintingCompositedForeground = paintFlags & PaintLayerPaintingCompositingForegroundPhase; PaintLayerPaintingCompositingForegroundPhase 1896 Source/core/rendering/compositing/CompositedLayerMapping.cpp paintFlags |= PaintLayerPaintingCompositingForegroundPhase; PaintLayerPaintingCompositingForegroundPhase 1907 Source/core/rendering/compositing/CompositedLayerMapping.cpp paintFlags |= (PaintLayerPaintingRootBackgroundOnly | PaintLayerPaintingCompositingForegroundPhase); // Need PaintLayerPaintingCompositingForegroundPhase to walk child layers.