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 a1e835ac24602c71ca61d65e51737b2b02f31d4a..ebe6a83c1c18cbc7446edb48577f4f7f5e3b190a 100644 |
--- a/third_party/WebKit/Source/core/paint/DisplayItemListPaintTest.h |
+++ b/third_party/WebKit/Source/core/paint/DisplayItemListPaintTest.h |
@@ -63,7 +63,7 @@ protected: |
// Expose some document lifecycle steps for checking new display items before commiting. |
void updateLifecyclePhasesToPaintClean(const LayoutRect& interestRect = LayoutRect::infiniteRect()) |
{ |
- document().view()->updateLifecyclePhasesInternal(FrameView::OnlyUpToCompositingCleanPlusScrolling); |
+ document().view()->updateLifecyclePhasesInternal(FrameView::OnlyUpToCompositingCleanPlusScrolling, DocumentLifecycle::ThrottlingMode::Disallow); |
document().view()->invalidateTreeIfNeededRecursive(); |
document().view()->updatePaintProperties(); |
document().view()->synchronizedPaint(interestRect); |