| Index: third_party/WebKit/Source/core/layout/ScrollAnchor.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/ScrollAnchor.cpp b/third_party/WebKit/Source/core/layout/ScrollAnchor.cpp
|
| index b791d4ed415ca96b0b760ee2eed95ce9160b79e9..bfdedc3edbd13b6e6f5a8c034258991283e01dcd 100644
|
| --- a/third_party/WebKit/Source/core/layout/ScrollAnchor.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/ScrollAnchor.cpp
|
| @@ -93,7 +93,7 @@ static LayoutRect relativeBounds(const LayoutObject* layoutObject,
|
| // TODO(skobes): Use first and last InlineTextBox only?
|
| for (InlineTextBox* box = toLayoutText(layoutObject)->firstTextBox(); box;
|
| box = box->nextTextBox())
|
| - localBounds.unite(box->calculateBoundaries());
|
| + localBounds.unite(box->frameRect());
|
| } else {
|
| // Only LayoutBox and LayoutText are supported.
|
| ASSERT_NOT_REACHED();
|
|
|