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

Unified Diff: cc/paint/skia_paint_canvas.cc

Issue 2881213002: cc: Remove deprecated DisplayItemList::Raster overload. (Closed)
Patch Set: update Created 3 years, 7 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
« no previous file with comments | « cc/paint/paint_op_buffer.cc ('k') | cc/raster/raster_source.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/paint/skia_paint_canvas.cc
diff --git a/cc/paint/skia_paint_canvas.cc b/cc/paint/skia_paint_canvas.cc
index 9bcf309571666d4891d7b06e0c079a42b9f35ce3..8c69d875fb8cdbcfe809ea8ec9b97327b4ae52af 100644
--- a/cc/paint/skia_paint_canvas.cc
+++ b/cc/paint/skia_paint_canvas.cc
@@ -234,7 +234,7 @@ void SkiaPaintCanvas::drawTextBlob(sk_sp<SkTextBlob> blob,
void SkiaPaintCanvas::drawDisplayItemList(
scoped_refptr<DisplayItemList> display_item_list) {
- display_item_list->Raster(canvas_, nullptr);
+ display_item_list->Raster(canvas_);
}
void SkiaPaintCanvas::drawPicture(sk_sp<const PaintRecord> record) {
« no previous file with comments | « cc/paint/paint_op_buffer.cc ('k') | cc/raster/raster_source.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698