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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutObjectChildList.cpp

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/LayoutObjectChildList.cpp
diff --git a/third_party/WebKit/Source/core/layout/LayoutObjectChildList.cpp b/third_party/WebKit/Source/core/layout/LayoutObjectChildList.cpp
index e129374188a9c5587615f6c2842be8c839d3a0c6..ecbe52c497b5027e7ccfbd818c25c4b6a7bee25b 100644
--- a/third_party/WebKit/Source/core/layout/LayoutObjectChildList.cpp
+++ b/third_party/WebKit/Source/core/layout/LayoutObjectChildList.cpp
@@ -202,7 +202,7 @@ void LayoutObjectChildList::invalidatePaintOnRemoval(LayoutObject& oldChild) {
oldChild.view()->setShouldDoFullPaintInvalidation();
ObjectPaintInvalidator paintInvalidator(oldChild);
paintInvalidator.slowSetPaintingLayerNeedsRepaint();
- paintInvalidator.invalidatePaintOfPreviousPaintInvalidationRect(
+ paintInvalidator.invalidatePaintOfPreviousVisualRect(
oldChild.containerForPaintInvalidation(),
PaintInvalidationLayoutObjectRemoval);
}
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutObject.cpp ('k') | third_party/WebKit/Source/core/layout/LayoutReplaced.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698