| Index: cc/trees/layer_tree_host_impl.cc
|
| diff --git a/cc/trees/layer_tree_host_impl.cc b/cc/trees/layer_tree_host_impl.cc
|
| index 90907d7583f0bf6d624b4dfac18a41c7f934d24b..19dd7b1db4c44e6fd4db0da1e2b2a4b98c3f2c35 100644
|
| --- a/cc/trees/layer_tree_host_impl.cc
|
| +++ b/cc/trees/layer_tree_host_impl.cc
|
| @@ -469,8 +469,7 @@ void LayerTreeHostImpl::TrackDamageForAllSurfaces(
|
| render_surface->SurfacePropertyChangedOnlyFromDescendant(),
|
| render_surface->content_rect(),
|
| render_surface_layer->mask_layer(),
|
| - render_surface_layer->filters(),
|
| - render_surface_layer->filter().get());
|
| + render_surface_layer->filters());
|
| }
|
| }
|
|
|
|
|