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

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

Issue 2465983002: Rename "paint invalidation rect" etc. to "visual rect". (Closed)
Patch Set: - Created 4 years, 1 month 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/LayoutInline.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutInline.h b/third_party/WebKit/Source/core/layout/LayoutInline.h
index 6e3f34bad745bf692a5135c10c5035321c582413..7fe38483e64eaec3525fb0ce4c93a0d90fb63caa 100644
--- a/third_party/WebKit/Source/core/layout/LayoutInline.h
+++ b/third_party/WebKit/Source/core/layout/LayoutInline.h
@@ -285,12 +285,12 @@ class CORE_EXPORT LayoutInline : public LayoutBoxModelObject {
LayoutUnit offsetWidth() const final { return linesBoundingBox().width(); }
LayoutUnit offsetHeight() const final { return linesBoundingBox().height(); }
- LayoutRect absoluteClippedOverflowRect() const override;
+ LayoutRect absoluteVisualRect() const override;
// This method differs from visualOverflowRect in that it doesn't include the
// rects for culled inline boxes, which aren't necessary for paint
// invalidation.
- LayoutRect localOverflowRectForPaintInvalidation() const override;
+ LayoutRect localVisualRect() const override;
bool mapToVisualRectInAncestorSpace(
const LayoutBoxModelObject* ancestor,
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutBoxModelObject.cpp ('k') | third_party/WebKit/Source/core/layout/LayoutInline.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698