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 de245d4e85275f1a5baebfc8e62495312070dcf1..a58639ea1b91df37d592e216f40efca42078e8d8 100644 |
--- a/third_party/WebKit/Source/core/paint/DisplayItemListPaintTest.h |
+++ b/third_party/WebKit/Source/core/paint/DisplayItemListPaintTest.h |
@@ -57,6 +57,7 @@ protected: |
{ |
document().view()->updateLifecyclePhasesInternal(FrameView::OnlyUpToCompositingCleanPlusScrolling); |
document().view()->invalidateTreeIfNeededRecursive(); |
+ document().view()->calculatePaintProperties(); |
document().view()->synchronizedPaint(interestRect); |
} |
void compositeForSlimmingPaintV2() { document().view()->compositeForSlimmingPaintV2(); } |