Trait layout_2013::flow::MutableFlowUtils
source · pub trait MutableFlowUtils {
// Required method
fn repair_style_and_bubble_inline_sizes(self, style: &Arc<ComputedValues>);
}
Required Methods§
sourcefn repair_style_and_bubble_inline_sizes(self, style: &Arc<ComputedValues>)
fn repair_style_and_bubble_inline_sizes(self, style: &Arc<ComputedValues>)
Calls repair_style
and bubble_inline_sizes
. You should use this method instead of
calling them individually, since there is no reason not to perform both operations.