| 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 3d88ac662d5321f3474c7c3bde5c182c35968670..3d0e0ea55ae9338e3567b75145c9ad13ee63d358 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())
|
|
|