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

Unified Diff: cc/paint/paint_op_buffer.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/display_item_list_unittest.cc ('k') | cc/paint/skia_paint_canvas.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/paint/paint_op_buffer.cc
diff --git a/cc/paint/paint_op_buffer.cc b/cc/paint/paint_op_buffer.cc
index d75981cfcbc661dcf3c03510d596961ef650116d..75e52fd85f07cb2abe2950110573969ea6e83881 100644
--- a/cc/paint/paint_op_buffer.cc
+++ b/cc/paint/paint_op_buffer.cc
@@ -264,7 +264,7 @@ void DrawDisplayItemListOp::Raster(const PaintOp* base_op,
SkCanvas* canvas,
const SkMatrix& original_ctm) {
auto* op = static_cast<const DrawDisplayItemListOp*>(base_op);
- op->list->Raster(canvas, nullptr);
+ op->list->Raster(canvas);
}
void DrawDRRectOp::RasterWithFlags(const PaintOpWithFlags* base_op,
« no previous file with comments | « cc/paint/display_item_list_unittest.cc ('k') | cc/paint/skia_paint_canvas.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698