| Index: cc/surfaces/surface_factory.cc
|
| diff --git a/cc/surfaces/surface_factory.cc b/cc/surfaces/surface_factory.cc
|
| index 345171a0f31f76873a83c1c1d01071a38f23ef4e..18cd8b33abd9726f46ca57c4de062c2f42e20fdf 100644
|
| --- a/cc/surfaces/surface_factory.cc
|
| +++ b/cc/surfaces/surface_factory.cc
|
| @@ -76,7 +76,7 @@ void SurfaceFactory::SubmitCompositorFrame(const SurfaceId& surface_id,
|
| it->second->QueueFrame(std::move(frame), callback);
|
| if (!manager_->SurfaceModified(surface_id)) {
|
| TRACE_EVENT_INSTANT0("cc", "Damage not visible.", TRACE_EVENT_SCOPE_THREAD);
|
| - it->second->RunDrawCallbacks(SurfaceDrawStatus::DRAW_SKIPPED);
|
| + it->second->RunDrawCallbacks();
|
| }
|
| }
|
|
|
|
|