Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 88850ef

Browse files
committed
typo
1 parent d289eba commit 88850ef

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

shell/common/shell.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -744,8 +744,7 @@ void Shell::OnPlatformViewCreated(std::unique_ptr<Surface> surface) {
744744

745745
auto ui_task = [engine = engine_->GetWeakPtr(), //
746746
raster_task_runner = task_runners_.GetRasterTaskRunner(), //
747-
raster_task
748-
] {
747+
raster_task]() {
749748
if (engine) {
750749
engine->OnOutputSurfaceCreated();
751750
}

0 commit comments

Comments
 (0)