Not sure if bugs are how we're tracking/fixing these but it looks like the rename incorrectly renamed FrameView::layout to FrameView::GetLayout, which is clearly wrong as it has no return value.
I'm preparing a CL to fix Layout*::GetLayout() -- but any suggestions on the best name for GetLayoutBlock() would be great. I'm leaning towards LayoutContainingBlock() myself, but I don't know much about layout.
Can we rename them all to Update*() since that's what they're actually doing? Document has updateLayout() too which is really the entry to all this stuff.
Please don't use LayoutContainingBlock - layoutBlock() lays out the current block, not the containing block.
LayoutThisBlock or UpdateBlockLayout would be fine.
Comment 1 by dcheng@chromium.org
, Apr 10 2017Cc: danakj@chromium.org lukasza@chromium.org