IncludeCompositedDescendants 3457 Source/core/rendering/RenderLayer.cpp     CalculateLayerBoundsFlags descendantFlags = DefaultCalculateLayerBoundsFlags | (flags & ExcludeHiddenDescendants) | (flags & IncludeCompositedDescendants);
IncludeCompositedDescendants 3488 Source/core/rendering/RenderLayer.cpp         if (flags & IncludeCompositedDescendants || !node->layer()->hasCompositedLayerMapping()) {
IncludeCompositedDescendants  297 Source/core/rendering/compositing/CompositingReasonFinder.cpp             | RenderLayer::IncludeCompositedDescendants