DescriptionConvert RenderBlockFlow code to use FloatingObject references
RenderBlockFlow has several methods that take FloatingObject pointers
but those methods assumes that the objects will never be NULL. We
should replace them by references. This makes the caller code safer.
Also this CL removes dead code which is never used.
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=197011
Patch Set 1 #
Total comments: 8
Patch Set 2 : Address Review Comments #
Total comments: 14
Patch Set 3 : addressed review comments #
Total comments: 12
Patch Set 4 : more usage of const with floatingObject #
Total comments: 8
Patch Set 5 : remove parenthesis #Patch Set 6 : Rebase #
Messages
Total messages: 25 (7 generated)
|