| Index: third_party/WebKit/Source/core/layout/LayoutInline.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutInline.cpp b/third_party/WebKit/Source/core/layout/LayoutInline.cpp
|
| index 0c19c50e2c7a400a90c68fb980d544102ef88a99..5ef0366d72a31aef7640ca2a267b4675ea391a5d 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutInline.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutInline.cpp
|
| @@ -1079,7 +1079,7 @@ LayoutRect LayoutInline::CulledInlineVisualOverflowBoundingBox() const {
|
| LayoutBox* curr_box = ToLayoutBox(curr);
|
| if (!curr_box->HasSelfPaintingLayer() && curr_box->InlineBoxWrapper()) {
|
| LayoutRect logical_rect =
|
| - curr_box->LogicalVisualOverflowRectForPropagation(StyleRef());
|
| + curr_box->LogicalVisualOverflowRectForPropagation();
|
| if (is_horizontal) {
|
| logical_rect.MoveBy(curr_box->Location());
|
| result.UniteIfNonZero(logical_rect);
|
|
|