| Index: third_party/WebKit/Source/core/paint/DisplayItemListPaintTest.h
|
| diff --git a/third_party/WebKit/Source/core/paint/DisplayItemListPaintTest.h b/third_party/WebKit/Source/core/paint/DisplayItemListPaintTest.h
|
| index aef8a20a9ea9b85ecba89fa2f5b49a51994677f1..c28c613580de0b02649cdc48c1ad4a87a2f8d928 100644
|
| --- a/third_party/WebKit/Source/core/paint/DisplayItemListPaintTest.h
|
| +++ b/third_party/WebKit/Source/core/paint/DisplayItemListPaintTest.h
|
| @@ -55,7 +55,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);
|
| }
|
|
|