Index: third_party/WebKit/Source/core/paint/PaintLayerPainterTest.cpp |
diff --git a/third_party/WebKit/Source/core/paint/PaintLayerPainterTest.cpp b/third_party/WebKit/Source/core/paint/PaintLayerPainterTest.cpp |
index 05a4d952db165909a72e1137a509e4ece895e6ef..df9f552a3e3277899762c4760fa4ae0581833c23 100644 |
--- a/third_party/WebKit/Source/core/paint/PaintLayerPainterTest.cpp |
+++ b/third_party/WebKit/Source/core/paint/PaintLayerPainterTest.cpp |
@@ -448,7 +448,7 @@ TEST_F(PaintLayerPainterTestForSlimmingPaintV2, CachedSubsequenceOnInterestRectC |
PaintLayer& container3Layer = *toLayoutBoxModelObject(container3).layer(); |
LayoutObject& content3 = *document().getElementById("content3")->layoutObject(); |
- document().view()->updateAllLifecyclePhases(LayoutRect(0, 0, 400, 300)); |
+ document().view()->updateAllLifecyclePhases(DocumentLifecycle::ThrottlingMode::Disallow, LayoutRect(0, 0, 400, 300)); |
// Container1 is fully in the interest rect; |
// Container2 is partly (including its stacking chidren) in the interest rect; |