| Index: cc/trees/layer_tree_host_common_unittest.cc
|
| diff --git a/cc/trees/layer_tree_host_common_unittest.cc b/cc/trees/layer_tree_host_common_unittest.cc
|
| index 184d6fbebfb78048123f427a7a5740c8dbdf4033..5101cebe8e34bf37b49cac36767b9ef803922121 100644
|
| --- a/cc/trees/layer_tree_host_common_unittest.cc
|
| +++ b/cc/trees/layer_tree_host_common_unittest.cc
|
| @@ -1337,7 +1337,7 @@ TEST_F(LayerTreeHostCommonTest,
|
| child->SetDrawsContent(true);
|
| FilterOperations filters;
|
| filters.Append(FilterOperation::CreateBlurFilter(1.5f));
|
| - render_surface1->SetBackgroundFilters(filters);
|
| + render_surface1->test_properties()->background_filters = filters;
|
|
|
| {
|
| LayerImplList render_surface_layer_list;
|
|
|