DescriptionUse more RenderBox references in RenderFlexibleBox
RenderFlexibleBox has several methods that take pointers to RenderBox instances
but those methods assumes that the objects will never be NULL. We should replace
them by references. This makes the caller code safer.
This is in continuation to the CL https://codereview.chromium.org/555213002/
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=181922
Patch Set 1 #Patch Set 2 : Rebase to master #
Messages
Total messages: 11 (2 generated)
|