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

Unified Diff: ui/compositor/layer.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: Update test expectations. Created 4 years, 6 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
Index: ui/compositor/layer.cc
diff --git a/ui/compositor/layer.cc b/ui/compositor/layer.cc
index d845d6868cef43dc12e274624d36d1208c64b010..884830bf72a1533a71f960df16e28342a85577f8 100644
--- a/ui/compositor/layer.cc
+++ b/ui/compositor/layer.cc
@@ -762,7 +762,7 @@ scoped_refptr<cc::DisplayItemList> Layer::PaintContentsToDisplayList(
cc::DisplayItemListSettings settings;
settings.use_cached_picture = false;
scoped_refptr<cc::DisplayItemList> display_list =
- cc::DisplayItemList::Create(PaintableRegion(), settings);
+ cc::DisplayItemList::Create(settings);
if (delegate_) {
delegate_->OnPaintLayer(
PaintContext(display_list.get(), device_scale_factor_, invalidation));

Powered by Google App Engine
This is Rietveld 408576698