Removes the `reports_of` argument and the composition in `in_parent_frame`. Not landed: it makes `Pad` claim 220 px where its child draws 190, because the child is still drawn in the inset box while its report is read against the outer one. Consistency needs `Padding::region` to move the child's box in rather than shrink it, which makes every pad around a filling child overflow -- Bryan's call.