| 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 117c82abbf807c29966e83f96ad9845c4d97fbdd..ad307f07ecb94249f796294caeba6162f1622f7e 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| @@ -974,9 +974,8 @@
|
|
|
| static FloatRect absoluteBoundingBoxRectForRange(const Range*);
|
|
|
| - // The bounding box (see: absoluteBoundingBoxRect) including all descendant
|
| - // bounding boxes.
|
| - IntRect absoluteBoundingBoxRectIncludingDescendants() const;
|
| + // the rect that will be painted if this object is passed as the paintingRoot
|
| + IntRect paintingRootRect(IntRect& topLevelRect);
|
|
|
| // This function returns the minimal logical width this object can have
|
| // without overflowing. This means that all the opportunities for wrapping
|
|
|