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..fc0ba1c6e7f52d704a83c6231adb4cbe6a1f9602 100644 |
| --- a/components/exo/sub_surface.cc |
| +++ b/components/exo/sub_surface.cc |
| @@ -96,6 +96,7 @@ void SubSurface::OnSurfaceCommit() { |
| if (IsSurfaceSynchronized()) |
| return; |
| + surface_->CheckIfSurfaceHierarchyNeedsCommitToNewSurfaces(); |
| surface_->CommitSurfaceHierarchy(); |
| } |