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

Unified Diff: third_party/WebKit/Source/core/paint/BoxPaintInvalidator.cpp

Issue 2823963002: Fix background-attachment:local <li> crash during PrePaintTreeWalk (Closed)
Patch Set: - Created 3 years, 8 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
« no previous file with comments | « third_party/WebKit/LayoutTests/paint/invalidation/local-attachment-background-li-crash.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/paint/BoxPaintInvalidator.cpp
diff --git a/third_party/WebKit/Source/core/paint/BoxPaintInvalidator.cpp b/third_party/WebKit/Source/core/paint/BoxPaintInvalidator.cpp
index f3ecacdeadff311d69489a0496c2ba18a0a391be..7051025e79703dc701dade8446c5523f0b6d4a5f 100644
--- a/third_party/WebKit/Source/core/paint/BoxPaintInvalidator.cpp
+++ b/third_party/WebKit/Source/core/paint/BoxPaintInvalidator.cpp
@@ -217,8 +217,9 @@ void BoxPaintInvalidator::InvalidateScrollingContentsBackgroundIfNeeded() {
old_layout_overflow, new_layout_overflow);
if (!paints_onto_scrolling_contents_layer) {
if (should_fully_invalidate) {
- box_.GetMutableForPainting().SetShouldDoFullPaintInvalidation(
- kPaintInvalidationLayoutOverflowBoxChange);
+ box_.GetMutableForPainting()
+ .SetShouldDoFullPaintInvalidationWithoutGeometryChange(
+ kPaintInvalidationLayoutOverflowBoxChange);
}
return;
}
« no previous file with comments | « third_party/WebKit/LayoutTests/paint/invalidation/local-attachment-background-li-crash.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698