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

Unified Diff: third_party/WebKit/Source/core/layout/line/InlineBox.cpp

Issue 2080593002: Revert of Let FrameView track object paint invalidations (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@TrackInvalidation
Patch Set: Created 4 years, 6 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/line/InlineBox.cpp
diff --git a/third_party/WebKit/Source/core/layout/line/InlineBox.cpp b/third_party/WebKit/Source/core/layout/line/InlineBox.cpp
index ef66593d4ebb741a2a3c756564825c0c901506f5..87dc8229667bfe37b58c740552e555db3bdee9f2 100644
--- a/third_party/WebKit/Source/core/layout/line/InlineBox.cpp
+++ b/third_party/WebKit/Source/core/layout/line/InlineBox.cpp
@@ -380,7 +380,7 @@
void InlineBox::invalidateDisplayItemClientsRecursively()
{
- getLineLayoutItem().invalidateDisplayItemClient(*this, PaintInvalidationFull);
+ getLineLayoutItem().invalidateDisplayItemClient(*this);
if (!isInlineFlowBox())
return;
for (InlineBox* child = toInlineFlowBox(this)->firstChild(); child; child = child->nextOnLine())

Powered by Google App Engine
This is Rietveld 408576698