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

Unified Diff: cc/test/skia_common.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/raster/raster_source.cc ('k') | cc/trees/layer_tree_host_pixeltest_masks.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/skia_common.cc
diff --git a/cc/test/skia_common.cc b/cc/test/skia_common.cc
index 5c907d0273b89c811922bac1b90bc9360238f6a0..6b150c1e03c0f6d7c72721f773c28e474a7061b7 100644
--- a/cc/test/skia_common.cc
+++ b/cc/test/skia_common.cc
@@ -50,7 +50,7 @@ void DrawDisplayList(unsigned char* buffer,
bitmap.installPixels(info, buffer, info.minRowBytes());
SkCanvas canvas(bitmap);
canvas.clipRect(gfx::RectToSkRect(layer_rect));
- list->Raster(&canvas, NULL, layer_rect, 1.0f);
+ list->Raster(&canvas);
}
bool AreDisplayListDrawingResultsSame(const gfx::Rect& layer_rect,
« no previous file with comments | « cc/raster/raster_source.cc ('k') | cc/trees/layer_tree_host_pixeltest_masks.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698