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