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

Unified Diff: cc/trees/layer_tree_host_unittest.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_unittest.cc
diff --git a/cc/trees/layer_tree_host_unittest.cc b/cc/trees/layer_tree_host_unittest.cc
index a68cb02d91e60294f92872dfaced4d70c09d4415..6bef1ada6bf3348d93b7bd13ac52229acae408ff 100644
--- a/cc/trees/layer_tree_host_unittest.cc
+++ b/cc/trees/layer_tree_host_unittest.cc
@@ -1579,7 +1579,7 @@ class TestOpacityChangeLayerDelegate : public ContentLayerClient {
// Return a dummy display list.
scoped_refptr<DisplayItemList> display_list =
- DisplayItemList::Create(PaintableRegion(), DisplayItemListSettings());
+ DisplayItemList::Create(DisplayItemListSettings());
return display_list;
}
bool FillsBoundsCompletely() const override { return false; }
@@ -2184,7 +2184,7 @@ class LayerTreeHostTestChangeLayerPropertiesInPaintContents
// Return a dummy display list.
scoped_refptr<DisplayItemList> display_list =
- DisplayItemList::Create(PaintableRegion(), DisplayItemListSettings());
+ DisplayItemList::Create(DisplayItemListSettings());
return display_list;
}

Powered by Google App Engine
This is Rietveld 408576698