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

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

Issue 2483953002: Separate forced subtree invalidation reasons for location change and SVG resource change (Closed)
Patch Set: rebaseline-cl 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/PaintInvalidationState.cpp
diff --git a/third_party/WebKit/Source/core/layout/PaintInvalidationState.cpp b/third_party/WebKit/Source/core/layout/PaintInvalidationState.cpp
index 785816f5a992c2e24e94d9f04f2753b2e887ad88..02d4c29b34d84ad8cb1c46873c32cdc428557c17 100644
--- a/third_party/WebKit/Source/core/layout/PaintInvalidationState.cpp
+++ b/third_party/WebKit/Source/core/layout/PaintInvalidationState.cpp
@@ -315,7 +315,8 @@ void PaintInvalidationState::updateForChildren(PaintInvalidationReason reason) {
ForcedSubtreeFullInvalidationForStackedContents);
break;
case PaintInvalidationSVGResourceChange:
- setForceSubtreeInvalidationCheckingWithinContainer();
+ m_forcedSubtreeInvalidationFlags |=
+ PaintInvalidatorContext::ForcedSubtreeSVGResourceChange;
break;
default:
break;

Powered by Google App Engine
This is Rietveld 408576698