summaryrefslogtreecommitdiffstats
path: root/chromium/cc/layers/effect_tree_layer_list_iterator_unittest.cc
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2020-01-20 13:40:20 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2020-01-22 12:41:23 +0000
commit7961cea6d1041e3e454dae6a1da660b453efd238 (patch)
treec0eeb4a9ff9ba32986289c1653d9608e53ccb444 /chromium/cc/layers/effect_tree_layer_list_iterator_unittest.cc
parentb7034d0803538058e5c9d904ef03cf5eab34f6ef (diff)
BASELINE: Update Chromium to 78.0.3904.130
Change-Id: If185e0c0061b3437531c97c9c8c78f239352a68b Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'chromium/cc/layers/effect_tree_layer_list_iterator_unittest.cc')
-rw-r--r--chromium/cc/layers/effect_tree_layer_list_iterator_unittest.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/chromium/cc/layers/effect_tree_layer_list_iterator_unittest.cc b/chromium/cc/layers/effect_tree_layer_list_iterator_unittest.cc
index 26bd15d973f..ec167fc98dc 100644
--- a/chromium/cc/layers/effect_tree_layer_list_iterator_unittest.cc
+++ b/chromium/cc/layers/effect_tree_layer_list_iterator_unittest.cc
@@ -110,7 +110,7 @@ TEST_F(EffectTreeLayerListIteratorTest, TreeWithNoDrawnLayers) {
RenderSurfaceList render_surface_list;
LayerTreeHostCommon::CalcDrawPropsImplInputsForTesting inputs(
- root_ptr, root_ptr->bounds(), &render_surface_list);
+ root_ptr, gfx::Rect(root_ptr->bounds()), &render_surface_list);
LayerTreeHostCommon::CalculateDrawPropertiesForTesting(&inputs);
IterateFrontToBack();
@@ -139,7 +139,7 @@ TEST_F(EffectTreeLayerListIteratorTest, SimpleTree) {
RenderSurfaceList render_surface_list;
LayerTreeHostCommon::CalcDrawPropsImplInputsForTesting inputs(
- root_ptr, root_ptr->bounds(), &render_surface_list);
+ root_ptr, gfx::Rect(root_ptr->bounds()), &render_surface_list);
LayerTreeHostCommon::CalculateDrawPropertiesForTesting(&inputs);
IterateFrontToBack();
@@ -184,7 +184,7 @@ TEST_F(EffectTreeLayerListIteratorTest, ComplexTree) {
RenderSurfaceList render_surface_list;
LayerTreeHostCommon::CalcDrawPropsImplInputsForTesting inputs(
- root_ptr, root_ptr->bounds(), &render_surface_list);
+ root_ptr, gfx::Rect(root_ptr->bounds()), &render_surface_list);
LayerTreeHostCommon::CalculateDrawPropertiesForTesting(&inputs);
IterateFrontToBack();
@@ -237,7 +237,7 @@ TEST_F(EffectTreeLayerListIteratorTest, ComplexTreeMultiSurface) {
RenderSurfaceList render_surface_list;
LayerTreeHostCommon::CalcDrawPropsImplInputsForTesting inputs(
- root_ptr, root_ptr->bounds(), &render_surface_list);
+ root_ptr, gfx::Rect(root_ptr->bounds()), &render_surface_list);
LayerTreeHostCommon::CalculateDrawPropertiesForTesting(&inputs);
IterateFrontToBack();