Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(662)

Unified Diff: third_party/WebKit/Source/web/PageOverlayTest.cpp

Issue 2751433002: [SPv2] Flatten property trees in PaintRecordBuilder into a single display list. (Closed)
Patch Set: none Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
}

Powered by Google App Engine
This is Rietveld 408576698