Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(599)

Unified Diff: third_party/WebKit/Source/core/layout/LayoutObject.h

Issue 1610233002: [Reland] Remove PaintInfo's paintingRoot (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « third_party/WebKit/Source/core/frame/LocalFrame.cpp ('k') | third_party/WebKit/Source/core/layout/LayoutObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698