| 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 24acc0704211f28018f83f6c69b2e64d09378855..ba0f2d30f85407fb56bc6b34965e5da3d445cb66 100644
|
| --- a/third_party/WebKit/Source/web/PageOverlayTest.cpp
|
| +++ b/third_party/WebKit/Source/web/PageOverlayTest.cpp
|
| @@ -145,7 +145,8 @@ TEST_F(PageOverlayTest, PageOverlay_AcceleratedCompositing) {
|
| PaintController& paintController = graphicsLayer->getPaintController();
|
| GraphicsContext graphicsContext(paintController);
|
| graphicsContext.beginRecording(intRect);
|
| - paintController.paintArtifact().replay(graphicsContext);
|
| + paintController.paintArtifact().replay(intRect, graphicsContext,
|
| + PropertyTreeState::root());
|
| graphicsContext.endRecording()->playback(&canvas);
|
| }
|
|
|
|
|