Chromium Code Reviews| Index: third_party/WebKit/Source/core/layout/line/BreakingContextInlineHeaders.h |
| diff --git a/third_party/WebKit/Source/core/layout/line/BreakingContextInlineHeaders.h b/third_party/WebKit/Source/core/layout/line/BreakingContextInlineHeaders.h |
| index c8f2fc65a6464cb5c05d6c2939e0843005a2401c..e366c4fc71aa0bd9e87bd1316e02dac373301039 100644 |
| --- a/third_party/WebKit/Source/core/layout/line/BreakingContextInlineHeaders.h |
| +++ b/third_party/WebKit/Source/core/layout/line/BreakingContextInlineHeaders.h |
| @@ -377,7 +377,7 @@ inline void BreakingContext::handleOutOfFlowPositioned(Vector<LineLayoutBox>& po |
| if (!isInlineType) { |
| m_block.setStaticInlinePositionForChild(box, m_block.startOffsetForContent()); |
| } else { |
| - // If our original display was an INLINE type, then we can determine our static y position |
| + // If our original display was an EDisplay::Inline type, then we can determine our static y position |
|
alancutter (OOO until 2018)
2016/09/26 04:23:47
This should not change.
|
| // now. Note, however, that if we're paginated, we may have to update this position after |
| // the line has been laid out, since the line may be pushed by a pagination strut. |
| box.layer()->setStaticBlockPosition(m_block.logicalHeight()); |