| Index: third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutObject.cpp b/third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| index 505b5a3f1d211406820f2d999a6454ec70d8b0d7..ac73236af5a5f70e40e1d53e5460c989a6db2d70 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| @@ -1060,7 +1060,7 @@ void LayoutObject::addAbsoluteRectForLayer(IntRect& result)
|
| current->addAbsoluteRectForLayer(result);
|
| }
|
|
|
| -IntRect LayoutObject::paintingRootRect(IntRect& topLevelRect)
|
| +IntRect LayoutObject::absoluteBoundingBoxRectIncludingDescendants() const
|
| {
|
| IntRect result = absoluteBoundingBoxRect();
|
| for (LayoutObject* current = slowFirstChild(); current; current = current->nextSibling())
|
|
|