Description[New Multicolumn] Use the return value from flipForWritingMode().
flipForWritingMode() comes in at least two flavors; one that takes a
LayoutRect& and one that takes a LayoutSize&. The one that takes
LayoutRect puts the result in the reference passed (and returns nothing).
The one that takes LayoutSize leaves the reference passed untouched
(after all, it's const) and returns the result. Not confusing at all.
Better not ignore the returned value when using the LayoutSize version.
This fixes fast/multicol/vertical-rl/composited-relpos-overlapping-will-change.html
BUG=359877
R=jchaffraix@chromium.org
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=184757
Patch Set 1 #Patch Set 2 : Use WARN_UNUSED_RETURN. #Patch Set 3 : rebase master #
Messages
Total messages: 10 (3 generated)
|