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

Unified Diff: cc/trees/layer_tree_host_pixeltest_tiles.cc

Issue 1484163002: Raster display item lists via a visual rect RTree. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync to head. Created 5 years 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: cc/trees/layer_tree_host_pixeltest_tiles.cc
diff --git a/cc/trees/layer_tree_host_pixeltest_tiles.cc b/cc/trees/layer_tree_host_pixeltest_tiles.cc
index ec2303ae6b65fea439b381e5f9a049454587ea39..ed6bc3404cba5d80e0566567cb64da0eaf2b7a33 100644
--- a/cc/trees/layer_tree_host_pixeltest_tiles.cc
+++ b/cc/trees/layer_tree_host_pixeltest_tiles.cc
@@ -111,7 +111,7 @@ class BlueYellowClient : public ContentLayerClient {
DisplayItemListSettings settings;
settings.use_cached_picture = false;
scoped_refptr<DisplayItemList> display_list =
- DisplayItemList::Create(PaintableRegion(), settings);
+ DisplayItemList::Create(settings);
SkPictureRecorder recorder;
skia::RefPtr<SkCanvas> canvas = skia::SharePtr(

Powered by Google App Engine
This is Rietveld 408576698