Index: third_party/WebKit/Source/web/PageWidgetDelegate.cpp |
diff --git a/third_party/WebKit/Source/web/PageWidgetDelegate.cpp b/third_party/WebKit/Source/web/PageWidgetDelegate.cpp |
index d69ecb805121c41260ca59a27205895fb359384f..27fcf548bf62caa8fb8b4a1393ad661bd3bd67ed 100644 |
--- a/third_party/WebKit/Source/web/PageWidgetDelegate.cpp |
+++ b/third_party/WebKit/Source/web/PageWidgetDelegate.cpp |
@@ -96,7 +96,8 @@ static void paintInternal(Page& page, |
paintContext.fillRect(dirtyRect, Color::white); |
} |
} |
- builder.endRecording()->playback(canvas); |
+ |
+ canvas->drawPicture(builder.endRecording()); |
} |
void PageWidgetDelegate::paint(Page& page, |