| 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 e8fc9b2016a95769db7c6fccbfa5aaec23c88ddc..553056e5c0e0571f5442d15fe3bd674d7d989fdd 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| @@ -1060,7 +1060,7 @@
|
| current->addAbsoluteRectForLayer(result);
|
| }
|
|
|
| -IntRect LayoutObject::absoluteBoundingBoxRectIncludingDescendants() const
|
| +IntRect LayoutObject::paintingRootRect(IntRect& topLevelRect)
|
| {
|
| IntRect result = absoluteBoundingBoxRect();
|
| for (LayoutObject* current = slowFirstChild(); current; current = current->nextSibling())
|
|
|