| Index: third_party/WebKit/Source/core/layout/LayoutBoxModelObject.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.cpp b/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.cpp
|
| index 1418066ba987f11aab417acb57f24e70b283b84e..243a45310613a3016d5b7f83c7da9752029cbcb8 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.cpp
|
| @@ -444,6 +444,7 @@ static bool hasPercentageTransform(const ComputedStyle& style)
|
|
|
| void LayoutBoxModelObject::invalidateTreeIfNeeded(const PaintInvalidationState& paintInvalidationState)
|
| {
|
| + DCHECK(!RuntimeEnabledFeatures::slimmingPaintInvalidationEnabled());
|
| ensureIsReadyForPaintInvalidation();
|
|
|
| PaintInvalidationState newPaintInvalidationState(paintInvalidationState, *this);
|
|
|