Chromium Code Reviews| Index: Source/core/layout/shapes/ShapeOutsideInfo.cpp |
| diff --git a/Source/core/layout/shapes/ShapeOutsideInfo.cpp b/Source/core/layout/shapes/ShapeOutsideInfo.cpp |
| index 3c4578de167e23301862b5e35ab4d4092ab16076..285111b0767fb29c2956932223a5cfd9a610694b 100644 |
| --- a/Source/core/layout/shapes/ShapeOutsideInfo.cpp |
| +++ b/Source/core/layout/shapes/ShapeOutsideInfo.cpp |
| @@ -282,7 +282,8 @@ bool ShapeOutsideInfo::isEnabledFor(const LayoutBox& box) |
| return false; |
| } |
| -ShapeOutsideDeltas ShapeOutsideInfo::computeDeltasForContainingBlockLine(const LayoutBlockFlow& containingBlock, const FloatingObject& floatingObject, LayoutUnit lineTop, LayoutUnit lineHeight) |
| + |
| +ShapeOutsideDeltas ShapeOutsideInfo::computeDeltasForContainingBlockLine(LineLayoutBlockFlow containingBlock, const FloatingObject& floatingObject, LayoutUnit lineTop, LayoutUnit lineHeight) |
|
leviw_travelin_and_unemployed
2015/06/23 18:39:19
Why remove the const here?
|
| { |
| ASSERT(lineHeight >= 0); |