| Index: Source/core/paint/DisplayItemListPaintTest.h
|
| diff --git a/Source/core/paint/DisplayItemListPaintTest.h b/Source/core/paint/DisplayItemListPaintTest.h
|
| index 2edcd5f98feb02b099e31d3fd1eb4552c101617f..f6a52c2c75ead3169898e092a67806988986bc96 100644
|
| --- a/Source/core/paint/DisplayItemListPaintTest.h
|
| +++ b/Source/core/paint/DisplayItemListPaintTest.h
|
| @@ -44,7 +44,7 @@ protected:
|
| // Expose some document lifecycle steps for checking new display items before commiting.
|
| void updateLifecyclePhasesToPaintForSlimmingPaintV2Clean(const LayoutRect& interestRect = LayoutRect::infiniteRect())
|
| {
|
| - document().view()->updateLifecyclePhasesInternal(FrameView::OnlyUpToCompositingCleanPlusScrolling);
|
| + document().view()->updateLifecyclePhasesInternal(FrameView::OnlyUpToCompositingCleanPlusScrolling, DocumentLifecycle::ThrottlingMode::Disallow);
|
| document().view()->invalidateTreeIfNeededRecursive();
|
| document().view()->paintForSlimmingPaintV2(interestRect);
|
| }
|
|
|