PaintLayerPaintingRootBackgroundOnly 1949 Source/core/rendering/RenderLayer.cpp return layer->renderer()->isRoot() && (paintFlags & PaintLayerPaintingRootBackgroundOnly); PaintLayerPaintingRootBackgroundOnly 2075 Source/core/rendering/RenderLayer.cpp if (paintFlags & PaintLayerPaintingRootBackgroundOnly && !renderer()->isRenderView() && !renderer()->isRoot()) PaintLayerPaintingRootBackgroundOnly 2198 Source/core/rendering/RenderLayer.cpp else if (paintFlags & PaintLayerPaintingRootBackgroundOnly) PaintLayerPaintingRootBackgroundOnly 1907 Source/core/rendering/compositing/CompositedLayerMapping.cpp paintFlags |= (PaintLayerPaintingRootBackgroundOnly | PaintLayerPaintingCompositingForegroundPhase); // Need PaintLayerPaintingCompositingForegroundPhase to walk child layers. PaintLayerPaintingRootBackgroundOnly 1941 Source/core/rendering/compositing/CompositedLayerMapping.cpp ASSERT(!paintInfo.isBackgroundLayer || paintFlags & PaintLayerPaintingRootBackgroundOnly);