DescriptionThe default render object layout implementation is dead code
While trying to refactor the render tree layout to be non-recursive I discovered
that the default render object layout implementation is dead code. First, I put
an assert to find a layouttest that exercised it, but could not find any. Next,
I made the method pure virtual to see what subclasses used the default impl and
found to my surprise that none do!
BUG=331879
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=164846
Patch Set 1 #
Messages
Total messages: 5 (0 generated)
|