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