Chromium Code Reviews| Index: components/exo/sub_surface.cc |
| diff --git a/components/exo/sub_surface.cc b/components/exo/sub_surface.cc |
| index a9ef5df1822be27b370222a6d8a68ec8f2fb87d1..edb7a3aa3ff4f6a033fe2a838664ee84238b79ec 100644 |
| --- a/components/exo/sub_surface.cc |
| +++ b/components/exo/sub_surface.cc |
| @@ -96,6 +96,7 @@ void SubSurface::OnSurfaceCommit() { |
| if (IsSurfaceSynchronized()) |
| return; |
| + surface_->CheckForCommittingToNewSurface(); |
| surface_->CommitSurfaceHierarchy(); |
| } |