| Index: components/exo/shell_surface.cc
|
| diff --git a/components/exo/shell_surface.cc b/components/exo/shell_surface.cc
|
| index 8f232a50348a31e2c3bfeef422df5e025e3ebb0e..731768f3df28642313b049ffa99183d5d4c9bbd7 100644
|
| --- a/components/exo/shell_surface.cc
|
| +++ b/components/exo/shell_surface.cc
|
| @@ -435,6 +435,7 @@ std::unique_ptr<base::trace_event::TracedValue> ShellSurface::AsTracedValue()
|
| // SurfaceDelegate overrides:
|
|
|
| void ShellSurface::OnSurfaceCommit() {
|
| + surface_->CheckIfSurfaceHierarchyNeedsCommitToNewSurfaces();
|
| surface_->CommitSurfaceHierarchy();
|
|
|
| if (enabled() && !widget_)
|
|
|