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

Unified Diff: ui/compositor/layer.cc

Issue 1835843002: WIP: Fix foreignObject cullrect Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | « ui/compositor/canvas_painter.cc ('k') | ui/views/view_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/compositor/layer.cc
diff --git a/ui/compositor/layer.cc b/ui/compositor/layer.cc
index 0f83cb6000139edde5dbbeb375542442bb8f0306..83f4c75d04523c46b19909f87a985a3ebb7d196e 100644
--- a/ui/compositor/layer.cc
+++ b/ui/compositor/layer.cc
@@ -741,7 +741,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));
« no previous file with comments | « ui/compositor/canvas_painter.cc ('k') | ui/views/view_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698