Index: third_party/WebKit/Source/core/layout/LayoutView.cpp |
diff --git a/third_party/WebKit/Source/core/layout/LayoutView.cpp b/third_party/WebKit/Source/core/layout/LayoutView.cpp |
index 361d7d7d76a76a023e0722dc03da6b3fafc397a4..e64bad483fb97302b526031cc21c70fc997770fa 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutView.cpp |
+++ b/third_party/WebKit/Source/core/layout/LayoutView.cpp |
@@ -430,6 +430,7 @@ static void setShouldDoFullPaintInvalidationForViewAndAllDescendantsInternal( |
} |
void LayoutView::setShouldDoFullPaintInvalidationForViewAndAllDescendants() { |
+ DCHECK(!RuntimeEnabledFeatures::slimmingPaintInvalidationEnabled()); |
setShouldDoFullPaintInvalidationForViewAndAllDescendantsInternal(this); |
} |