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

Unified Diff: cc/trees/layer_tree_host_unittest.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 | « cc/trees/layer_tree_host_pixeltest_tiles.cc ('k') | third_party/WebKit/Source/core/frame/FrameView.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 16b9eadb145558cbd05bb1623dea24d7cf39a878..976ca0db3a449549a402507b0a3133693c547c2f 100644
--- a/cc/trees/layer_tree_host_unittest.cc
+++ b/cc/trees/layer_tree_host_unittest.cc
@@ -1680,7 +1680,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; }
@@ -2287,7 +2287,7 @@ class LayerTreeHostTestChangeLayerPropertiesInPaintContents
// Return a dummy display list.
scoped_refptr<DisplayItemList> display_list =
- DisplayItemList::Create(PaintableRegion(), DisplayItemListSettings());
+ DisplayItemList::Create(DisplayItemListSettings());
return display_list;
}
« no previous file with comments | « cc/trees/layer_tree_host_pixeltest_tiles.cc ('k') | third_party/WebKit/Source/core/frame/FrameView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698