| Index: cc/surfaces/surface_aggregator.cc
|
| diff --git a/cc/surfaces/surface_aggregator.cc b/cc/surfaces/surface_aggregator.cc
|
| index 49bf5e1e5eedab5e5c468c31bf461127f0d6ce05..f4681466f26aecd04c396595e05641969b20d671 100644
|
| --- a/cc/surfaces/surface_aggregator.cc
|
| +++ b/cc/surfaces/surface_aggregator.cc
|
| @@ -534,7 +534,7 @@ void SurfaceAggregator::ProcessAddedAndRemovedSurfaces() {
|
| // Notify client of removed surface.
|
| Surface* surface_ptr = manager_->GetSurfaceForId(surface.first);
|
| if (surface_ptr) {
|
| - surface_ptr->RunDrawCallbacks(SurfaceDrawStatus::DRAW_SKIPPED);
|
| + surface_ptr->RunDrawCallbacks();
|
| }
|
| }
|
| }
|
|
|