| Index: cc/surfaces/surface_factory.cc
|
| diff --git a/cc/surfaces/surface_factory.cc b/cc/surfaces/surface_factory.cc
|
| index 880cb8c828a675fe85cd426bfb9caa05355e6cbc..68c7b7f9e42494d7918d81dc4ac48b420235c7d6 100644
|
| --- a/cc/surfaces/surface_factory.cc
|
| +++ b/cc/surfaces/surface_factory.cc
|
| @@ -116,6 +116,9 @@ void SurfaceFactory::OnReferencedSurfacesChanged(
|
|
|
| void SurfaceFactory::OnSurfaceActivated(Surface* surface) {
|
| DCHECK(surface->HasActiveFrame());
|
| +
|
| + client_->PendingFrameActivated(surface->surface_id().local_surface_id());
|
| +
|
| if (seen_first_frame_activation_)
|
| return;
|
|
|
|
|