| Index: third_party/WebKit/Source/core/layout/line/InlineFlowBox.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/line/InlineFlowBox.cpp b/third_party/WebKit/Source/core/layout/line/InlineFlowBox.cpp
|
| index a4a95a658e2f2181340789709e15f79e1d585b55..d41e8f7f7d1f39ef9e5710e884f73fb6c192e5bd 100644
|
| --- a/third_party/WebKit/Source/core/layout/line/InlineFlowBox.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/line/InlineFlowBox.cpp
|
| @@ -904,7 +904,7 @@ void InlineFlowBox::computeOverflow(LayoutUnit lineTop, LayoutUnit lineBottom, G
|
| }
|
|
|
| if (m_overflow)
|
| - m_overflow.clear();
|
| + m_overflow.reset();
|
|
|
| // Visual overflow just includes overflow for stuff we need to issues paint invalidations for ourselves. Self-painting layers are ignored.
|
| // Layout overflow is used to determine scrolling extent, so it still includes child layers and also factors in
|
|
|