| Index: third_party/WebKit/Source/web/PageOverlayTest.cpp
|
| diff --git a/third_party/WebKit/Source/web/PageOverlayTest.cpp b/third_party/WebKit/Source/web/PageOverlayTest.cpp
|
| index 8a35fd7179c4da3c09d17a68249d308a0a126bf9..60e792baa823086d217676493fd9e5bf7a3521a0 100644
|
| --- a/third_party/WebKit/Source/web/PageOverlayTest.cpp
|
| +++ b/third_party/WebKit/Source/web/PageOverlayTest.cpp
|
| @@ -156,7 +156,8 @@ void PageOverlayTest::runPageOverlayTestWithAcceleratedCompositing()
|
| graphicsLayer->paint(graphicsContext, rect);
|
|
|
| graphicsContext.beginRecording(IntRect(rect));
|
| - graphicsLayer->displayItemList()->commitNewDisplayItemsAndReplay(graphicsContext);
|
| + graphicsLayer->displayItemList()->commitNewDisplayItems();
|
| + graphicsLayer->displayItemList()->paintArtifact().replay(graphicsContext);
|
| graphicsContext.endRecording()->playback(&canvas);
|
| }
|
|
|
|
|