| Index: third_party/WebKit/Source/core/layout/LayoutObject.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutObject.h b/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| index 3226576e53e81bd33890a12fbce45f74a75810c3..76127a22b17eae042eb91afc99b03c5702dd0204 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| @@ -974,8 +974,9 @@ public:
|
|
|
| static FloatRect absoluteBoundingBoxRectForRange(const Range*);
|
|
|
| - // the rect that will be painted if this object is passed as the paintingRoot
|
| - IntRect paintingRootRect(IntRect& topLevelRect);
|
| + // The bounding box (see: absoluteBoundingBoxRect) including all descendant
|
| + // bounding boxes.
|
| + IntRect absoluteBoundingBoxRectIncludingDescendants() const;
|
|
|
| // This function returns the minimal logical width this object can have
|
| // without overflowing. This means that all the opportunities for wrapping
|
|
|