DoNotIncludeSelfForBorderRadius 2458 Source/core/rendering/RenderLayer.cpp             clipToRect(localPaintingInfo, context, fragment.backgroundRect, DoNotIncludeSelfForBorderRadius); // Background painting will handle clipping to self.
DoNotIncludeSelfForBorderRadius 2541 Source/core/rendering/RenderLayer.cpp         clipToRect(localPaintingInfo, context, fragment.outlineRect, DoNotIncludeSelfForBorderRadius);
DoNotIncludeSelfForBorderRadius 2556 Source/core/rendering/RenderLayer.cpp             clipToRect(localPaintingInfo, context, fragment.backgroundRect, DoNotIncludeSelfForBorderRadius); // Mask painting will handle clipping to self.