| 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 07d43ece65b97bcf069bac23c6554eab51dd45e8..580cea082ce674de0c964ca12a39741b67cc09a6 100644
|
| --- a/third_party/WebKit/Source/core/layout/line/BreakingContextInlineHeaders.h
|
| +++ b/third_party/WebKit/Source/core/layout/line/BreakingContextInlineHeaders.h
|
| @@ -382,7 +382,7 @@ inline void BreakingContext::increment() {
|
| // When the line box tree is created, this position in the line will be
|
| // snapped to LayoutUnit's, and those measurements will be used by the paint
|
| // code. Do the equivalent snapping here, to get consistent line measurements.
|
| - m_width.snapUncommittedWidth();
|
| + m_width.snapAtNodeBoundary();
|
|
|
| m_atStart = false;
|
| }
|
|
|