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